X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=47eccf837d71b06d991048949487c4afb0fb3938;hb=b3cc20aeca25e4351c6ec3b795a951e6124f6376;hp=9d058fdf6e5ca6dc5556943f94acef9259ba8720;hpb=f281f4ed265bc5207aea4e6d17ce69af901d481d;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9d058fdf6..47eccf837 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1967,10 +1967,13 @@ and customer address. Include units.', }, { - 'key' => 'unsuspendauto', + 'key' => 'unsuspend_balance', 'section' => 'billing', - 'description' => 'Enables the automatic unsuspension of suspended packages when a customer\'s balance due changes from positive to zero or negative as the result of a payment or credit', - 'type' => 'checkbox', + 'description' => 'Enables the automatic unsuspension of suspended packages when a customer\'s balance due is at or below the specified amount after a payment or credit', + 'type' => 'select', + 'select_enum' => [ + '', 'Zero', 'Latest invoice charges' + ], }, { @@ -3939,13 +3942,6 @@ and customer address. Include units.', }, { - 'key' => 'cust_main-enable_order_package', - 'section' => 'UI', - 'description' => 'Display order new package on the basic tab', - 'type' => 'checkbox', - }, - - { 'key' => 'cust_main-edit_calling_list_exempt', 'section' => 'UI', 'description' => 'Display the "calling_list_exempt" checkbox on customer edit.', @@ -4050,10 +4046,10 @@ and customer address. Include units.', }, { - 'key' => 'password-generated-allcaps', + 'key' => 'password-generated-characters', 'section' => 'password', - 'description' => 'Causes passwords automatically generated to consist entirely of capital letters', - 'type' => 'checkbox', + 'description' => 'Set of characters to use when generating random passwords. This must contain at least one lowercase letter, uppercase letter, digit, and punctuation mark.', + 'type' => 'textarea', }, # {