X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=cbccffb941df793a30de639017bb1a9dbcbea29d;hp=3ac22ca6244230c1d3c18eb14bf62adf39c018f2;hb=fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3;hpb=ae09d41481da0937765821af91537b8e728169e4 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3ac22ca62..cbccffb94 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -6065,6 +6065,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