[freeside-commits] branch master updated. 42837bd9ef4c47b1885564c2e56c4ca0f1e36e77

Mark Wells mark at 420.am
Fri Aug 28 11:45:36 PDT 2015


The branch, master has been updated
       via  42837bd9ef4c47b1885564c2e56c4ca0f1e36e77 (commit)
      from  46bbbb1a78fd822805226abea832b6206273c091 (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 42837bd9ef4c47b1885564c2e56c4ca0f1e36e77
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Aug 28 11:42:09 2015 -0700

    add BILL to allowed payment type list, from #23741

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a22e236..1714c57 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2619,7 +2619,7 @@ and customer address. Include units.',
     'section'     => 'billing',
     'description' => 'Available payment types.',
     'type'        => 'selectmultiple',
-    'select_enum' => [ qw(CARD DCRD CHEK DCHK CASH WEST MCRD MCHK PPAL) ],
+    'select_enum' => [ qw(CARD DCRD CHEK DCHK BILL CASH WEST MCRD MCHK PPAL) ],
   },
 
   {

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

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




More information about the freeside-commits mailing list