X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=157fbb6bedf259867e3cfb72fc9e54302a88d59e;hb=959a59186f30a33d167b12e67d3c9cc4ce58a0f5;hp=7f32313671811d7a3603a717ecccfda35353a737;hpb=61d5de1214428faa8bae0a50653ce8dff8d98ad8;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7f3231367..157fbb6be 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2205,6 +2205,13 @@ and customer address. Include units.', }, { + 'key' => 'unsuspend_reason_type', + 'section' => 'suspension', + 'description' => 'If set, limits automatic unsuspension to packages which were suspended for this reason type.', + reason_type_options('S'), + }, + + { 'key' => 'unsuspend-always_adjust_next_bill_date', 'section' => 'billing', 'description' => 'Global override that causes unsuspensions to always adjust the next bill date under any circumstances. This is now controlled on a per-package bases - probably best not to use this option unless you are a legacy installation that requires this behaviour.', @@ -2830,6 +2837,14 @@ and customer address. Include units.', }, { + 'key' => 'processing-fee', + 'section' => 'billing', + 'description' => 'Fee for back end payment processing.', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'payby-default', 'section' => 'UI', 'description' => 'Default payment type. HIDE disables display of billing information and sets customers to BILL.', @@ -3345,6 +3360,13 @@ and customer address. Include units.', }, { + 'key' => 'global_unique-svc_hardware', + 'section' => '', + 'description' => 'Turn on duplicate checking for svc_hardware services. Unique fields are IP address, hardware address, and serial number (per device type).', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_external-skip_manual', 'section' => 'UI', 'description' => 'When provisioning svc_external services, skip manual entry of id and title fields in the UI. Usually used in conjunction with an export that populates these fields (i.e. artera_turbo).',