[freeside-commits] branch FREESIDE_3_BRANCH updated. 3006575f9f09477ac2a72cf2b0a16d911cc09172

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


The branch, FREESIDE_3_BRANCH has been updated
       via  3006575f9f09477ac2a72cf2b0a16d911cc09172 (commit)
       via  f3bfabe2cea97fd34610cfc6ea94c4177fcef336 (commit)
       via  420ce9160ae045218e464effcdcb678299cb5faa (commit)
      from  e04a81044abea1d9bd0a53f96925c9a91e8e01e8 (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 3006575f9f09477ac2a72cf2b0a16d911cc09172
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 12 02:33:21 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 23dbce9..ad6d706 100644
--- a/FS/FS/cust_location.pm
+++ b/FS/FS/cust_location.pm
@@ -322,7 +322,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')

commit f3bfabe2cea97fd34610cfc6ea94c4177fcef336
Merge: 420ce91 e04a810
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 12 02:33:13 2015 -0800

    Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH


commit 420ce9160ae045218e464effcdcb678299cb5faa
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 12 02:32:59 2015 -0800

    remove debug warning

diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index 698540b..ce40a7e 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -219,7 +219,7 @@ my %hash =
 my @values = ( 1 );
 if ( $bfield ) {
   @values = $cgi->param($bfield);
-  warn join(',', @values);
+  #warn join(',', @values);
 }
 
 my @uploaded_files;

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

Summary of changes:
 FS/FS/cust_location.pm                        |    2 +-
 httemplate/edit/process/elements/process.html |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list