X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=aed054a33deeec29cefaa627fe6500751132da93;hp=bd544c9447a83187a975c70a6b3347ebf9a25bb2;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hpb=2082afa31ef1e98cf2afbc7d8365935f92cc61d0 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bd544c944..aed054a33 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -789,6 +789,14 @@ my $validate_email = sub { $_[0] =~ }, { + 'key' => 'credit-card-surcharge-text', + 'section' => 'credit_cards', + 'description' => 'Text for the credit card surcharge invoice line. If not set, it will default to Credit Card Surcharge.', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'discount-show-always', 'section' => 'invoicing', 'description' => 'Generate a line item on an invoice even when a package is discounted 100%', @@ -1806,7 +1814,7 @@ and customer address. Include units.', { 'key' => 'passwordmin', 'section' => 'password', - 'description' => 'Minimum password length (default 6)', + 'description' => 'Minimum password length (default 8)', 'type' => 'text', }, @@ -2039,6 +2047,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' => 'suspension', '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.', @@ -5197,6 +5212,13 @@ and customer address. Include units.', }, { + 'key' => 'cdr-max_duration', + 'section' => 'telephony', + 'description' => 'If set, defines a global maximum billsec/duration for (prefix-based) call rating, in seconds. Used with questionable/dirty CDR data that may contain bad records with long billsecs/durations.', + 'type' => 'text', + }, + + { 'key' => 'disable-cust-pkg_class', 'section' => 'packages', 'description' => 'Disable the two-step dropdown for selecting package class and package, and return to the classic single dropdown.',