[freeside-commits] branch master updated. c6c6f758f1699388bca7705fd66fb7139955b532

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


The branch, master has been updated
       via  c6c6f758f1699388bca7705fd66fb7139955b532 (commit)
      from  f7cb0c8469c4b5abc3ef608278f7856a15bd610d (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 c6c6f758f1699388bca7705fd66fb7139955b532
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu May 19 11:03:30 2016 -0700

    PO number alpha->text, RT#42374

diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 766dbe7..bf5baa9 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