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:42:09 -0700
commit42837bd9ef4c47b1885564c2e56c4ca0f1e36e77 (patch)
tree6a57bd7f8a8ef4a5a9c7e37d4bb6a893a375ee8b
parent46bbbb1a78fd822805226abea832b6206273c091 (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) ],
},
{