X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=951f820a8f937dcfb5d1f80dc9f63c8febd6da93;hp=e917fb5cd4b98905708d020af4fa85f48179663a;hb=fa33561ed20c57b0f63221d6a0f9c0cf5ebbef14;hpb=679fbd2023aa5d87308c2f3d7d5360cfd3c8354a diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e917fb5cd..951f820a8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3068,6 +3068,17 @@ and customer address. Include units.', }, { + 'key' => 'echeck-country', + 'section' => 'billing', + 'description' => 'Format electronic check information for the specified country.', + 'type' => 'select', + 'select_hash' => [ 'US' => 'United States', + 'CA' => 'Canada (enables branch)', + 'XX' => 'Other', + ], + }, + + { 'key' => 'voip-cust_accountcode_cdr', 'section' => 'telephony', 'description' => 'Enable the per-customer option for CDR breakdown by accountcode.', @@ -4732,13 +4743,6 @@ and customer address. Include units.', }, { - 'key' => 'cust_main-require-bank-branch', - 'section' => 'UI', - 'description' => 'An alternate DCHK/CHEK format; require entry of bank branch number.', - 'type' => 'checkbox', - }, - - { 'key' => 'cust-edit-alt-field-order', 'section' => 'UI', 'description' => 'An alternate ordering of fields for the New Customer and Edit Customer screens.',