X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=fc9708b05c9238fbef7ff68d6014940b839cd56b;hb=d9596a71ff6b9b78b0423662df1b69e604e45413;hp=b4140b7e76c9e7af05c536d564bc1a43c7763292;hpb=18effbd2fc191b4ae6bfdf6c1381c4229d40eec0;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b4140b7e7..fc9708b05 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2689,7 +2689,7 @@ and customer address. Include units.', 'section' => 'payments', 'description' => 'Available payment types.', 'type' => 'selectmultiple', - 'select_enum' => [ qw(CARD DCRD CHEK DCHK) ], #BILL CASH WEST MCRD MCHK PPAL) ], + 'select_enum' => [ qw(CARD DCRD CHEK DCHK PPAL) ], #BILL CASH WEST MCRD MCHK PPAL) ], }, { @@ -4216,6 +4216,20 @@ and customer address. Include units.', 'select_enum' => [ '', 'ITSP_fsinc_hosted', ], }, + { + 'key' => 'dashboard-topnotes', + 'section' => 'UI', + 'description' => 'Note to display on the top of the front page', + 'type' => 'textarea', + }, + + { + 'key' => 'dashboard-topnotes', + 'section' => 'UI', + 'description' => 'Note to display on the top of the front page', + 'type' => 'textarea', + }, + { 'key' => 'dashboard-toplist', 'section' => 'UI', @@ -6116,6 +6130,34 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'deposit_slip-bank_name', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => 'Bank name to print on check deposit slips', + 'type' => 'text', + }, + + { + 'key' => 'deposit_slip-bank_address', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => 'Bank address to print on check deposit slips', + 'type' => 'textarea', + }, + + { + 'key' => 'deposit_slip-bank_routingnumber', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => '9 digit bank routing number to print on check deposit slips', + 'type' => 'text', + }, + + { + 'key' => 'deposit_slip-bank_accountnumber', + 'section' => 'payments', #XXX payment_deposit_slips + 'description' => 'Bank account number to print on check deposit slips', + 'type' => 'text', + }, + # for internal use only; test databases should declare this option and # everyone else should pretend it doesn't exist