From bd989c6f5d2270ac7f9f4e5be19adcb84d65c378 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Feb 2015 02:33:18 -0800 Subject: [PATCH] allow location names to be text, not just an alphanumeric, RT#33310 --- FS/FS/cust_location.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.11.0