X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_location.pm;h=a863e5df7dae380ef340a60cc43aec64e86b3ff5;hb=470878235c5f61ca7acc6ef618943071ca9736b5;hp=e5d2e72e70c0f47e0dc91b78bad09e5d71b12716;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083;p=freeside.git 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')