X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_location.pm;h=a863e5df7dae380ef340a60cc43aec64e86b3ff5;hp=e5d2e72e70c0f47e0dc91b78bad09e5d71b12716;hb=bd989c6f5d2270ac7f9f4e5be19adcb84d65c378;hpb=27b3914cd3e3255a6bdbe777eff32b5d0f596bb4 diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm index e5d2e72e7..a863e5df7 100644 --- a/FS/FS/cust_location.pm +++ b/FS/FS/cust_location.pm @@ -327,7 +327,7 @@ sub check { $self->ut_numbern('locationnum') || $self->ut_foreign_keyn('prospectnum', 'prospect_main', 'prospectnum') || $self->ut_foreign_keyn('custnum', 'cust_main', 'custnum') - || $self->ut_alphan('locationname') + || $self->ut_textn('locationname') || $self->ut_text('address1') || $self->ut_textn('address2') || $self->ut_text('city')