[freeside-commits] branch master updated. bd989c6f5d2270ac7f9f4e5be19adcb84d65c378

Ivan ivan at 420.am
Thu Feb 12 02:33:21 PST 2015


The branch, master has been updated
       via  bd989c6f5d2270ac7f9f4e5be19adcb84d65c378 (commit)
      from  27b3914cd3e3255a6bdbe777eff32b5d0f596bb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bd989c6f5d2270ac7f9f4e5be19adcb84d65c378
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 12 02:33:18 2015 -0800

    allow location names to be text, not just an alphanumeric, RT#33310

diff --git a/FS/FS/cust_location.pm b/FS/FS/cust_location.pm
index e5d2e72..a863e5d 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')

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_location.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list