add BILL to allowed payment type list, from #23741
authorMark Wells <mark@freeside.biz>
Fri, 28 Aug 2015 18:42:09 +0000 (11:42 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 28 Aug 2015 18:42:09 +0000 (11:42 -0700)
FS/FS/Conf.pm

index a22e236..1714c57 100644 (file)
@@ -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) ],
   },
 
   {