[freeside-commits] branch FREESIDE_4_BRANCH updated. 87167d45c8596e5ca0621a87bcbb9d3eb26fe766

Ivan ivan at 420.am
Thu May 19 11:03:35 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  87167d45c8596e5ca0621a87bcbb9d3eb26fe766 (commit)
      from  9c4063810e7fd1d6cb23c626917ace022952bf78 (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 87167d45c8596e5ca0621a87bcbb9d3eb26fe766
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu May 19 11:03:33 2016 -0700

    PO number alpha->text, RT#42374

diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 4946d99..11f770c 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -1772,7 +1772,7 @@ sub check {
     || $self->ut_flag('message_noemail')
     || $self->ut_enum('locale', [ '', FS::Locales->locales ])
     || $self->ut_currencyn('currency')
-    || $self->ut_alphan('po_number')
+    || $self->ut_textn('po_number')
     || $self->ut_enum('complimentary', [ '', 'Y' ])
     || $self->ut_flag('invoice_ship_address')
     || $self->ut_flag('invoice_dest')

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

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




More information about the freeside-commits mailing list