From: Mark Wells Date: Fri, 28 Aug 2015 18:42:09 +0000 (-0700) Subject: add BILL to allowed payment type list, from #23741 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=42837bd9ef4c47b1885564c2e56c4ca0f1e36e77 add BILL to allowed payment type list, from #23741 --- 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) ], }, {