[freeside-commits] branch FREESIDE_4_BRANCH updated. aa46d4f4bcb095da10d65fface67e83abd9cd2e7
Mark Wells
mark at 420.am
Fri Aug 28 11:45:36 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via aa46d4f4bcb095da10d65fface67e83abd9cd2e7 (commit)
from 068929409aaf39df3f979bb656f0026ecc105d07 (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 aa46d4f4bcb095da10d65fface67e83abd9cd2e7
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