summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-28 11:42:09 -0700
committerMark Wells <mark@freeside.biz>2015-08-28 11:45:28 -0700
commitaa46d4f4bcb095da10d65fface67e83abd9cd2e7 (patch)
treeaa82b726e41c81e5b6515e8b5df51939cdadb2d3
parent068929409aaf39df3f979bb656f0026ecc105d07 (diff)
add BILL to allowed payment type list, from #23741
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a22e236a2..1714c575a 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) ],
},
{