X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=b6b7debcf20b75353eeaa1edf4c2e35e6d0401d7;hb=d6dca036b6df4211d2f2633597b02260113bce86;hp=b4cd7d84d34f8e3b289d3a007cd416d68c39d7c1;hpb=9931f703daa44a56da2382fd823271eff138959a;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b4cd7d84d..b6b7debcf 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3477,7 +3477,8 @@ and customer address. Include units.', 'description' => 'Optional "site ID" to show in the location label', 'type' => 'select', 'select_hash' => [ '' => '', - 'CoStAg' => 'CoStAgXXXXX (country, state, agent name, locationnum)', + 'CoStAg' => 'CoStAgXXXXX (country, state, agent name, locationnum)', + '_location' => 'Manually defined per location', ], }, @@ -3713,7 +3714,7 @@ and customer address. Include units.', 'type' => 'select', 'select_enum' => [ 'NACHA', 'csv-td_canada_trust-merchant_pc_batch', 'csv-chase_canada-E-xactBatch', 'BoM', 'PAP', - 'paymentech', 'ach-spiritone', 'RBC' + 'paymentech', 'ach-spiritone', 'RBC', 'CIBC', ] }, @@ -3775,7 +3776,7 @@ and customer address. Include units.', 'type' => 'select', 'select_enum' => [ 'NACHA', 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP', 'paymentech', 'ach-spiritone', 'RBC', - 'td_eft1464', 'eft_canada' + 'td_eft1464', 'eft_canada', 'CIBC' ] }, @@ -3793,6 +3794,13 @@ and customer address. Include units.', 'type' => 'textarea', }, +{ + 'key' => 'batchconfig-CIBC', + 'section' => 'billing', + 'description' => 'Configuration for Canadian Imperial Bank of Commerce, six lines: 1. Origin ID, 2. Datacenter, 3. Typecode, 4. Short name, 5. Bank, 6. Bank account', + 'type' => 'textarea', + }, + { 'key' => 'batchconfig-PAP', 'section' => 'billing', @@ -4943,7 +4951,7 @@ and customer address. Include units.', { 'key' => 'default_phone_countrycode', 'section' => '', - 'description' => 'Default countrcode', + 'description' => 'Default countrycode', 'type' => 'text', },