X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=1e8833c9f282da168d5f62419aa0df8c9b0c84a0;hb=1dfbdf3fc791665e7476277758fd3093ba82cdff;hp=b9ed6c83e7358ef23193596078ccaddfdb412d74;hpb=816a92edc0dc2e5ffef3f1b8fb3de433d7d5bf85;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b9ed6c83e..1e8833c9f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -804,6 +804,14 @@ my %payment_gateway_options = ( 'type' => 'checkbox', }, + { + 'key' => 'business-onlinepayment-currency', + 'section' => 'billing', + 'description' => 'Currency parameter for Business::OnlinePayment transactions.', + 'type' => 'select', + 'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD ) ], + }, + { 'key' => 'countrydefault', 'section' => 'UI', @@ -3881,10 +3889,17 @@ and customer address. Include units.', { 'key' => 'signup-recommend_daytime', 'section' => 'self-service', - 'description' => 'Encourage the entry of a daytime phone number invoicing email address on signup.', + 'description' => 'Encourage the entry of a daytime phone number on signup.', 'type' => 'checkbox', }, + { + 'key' => 'signup-duplicate_cc-warn_hours', + 'section' => 'self-service', + 'description' => 'Issue a warning if the same credit card is used for multiple signups within this many hours.', + 'type' => 'text', + }, + { 'key' => 'svc_phone-radius-default_password', 'section' => 'telephony', @@ -4339,6 +4354,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'cust_bill-latex_lineitem_maxlength', + 'section' => 'invoicing', + 'description' => 'Truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin. Defaults to 50. ', + 'type' => 'text', + }, + { 'key' => 'cust_main-status_module', 'section' => 'UI', @@ -4402,6 +4424,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + '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',