X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=8fac97806d53ec39c20bac40d84e23e1c8965fab;hb=7a331ae6d41521b99a542741c3c92f5edd4ea336;hp=fad786ca3870d63e1db59a23fffa81e33aad1e2a;hpb=f4123bf14ef927f1184d247edccbf50f1e9691d4;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index fad786ca3..8fac97806 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4252,6 +4252,13 @@ and customer address. Include units.', }, { + 'key' => 'password-no_reuse', + 'section' => 'password', + 'description' => 'Minimum number of password changes before a password can be reused. By default, passwords can be reused without restriction.', + 'type' => 'text', + }, + + { 'key' => 'datavolume-forcemegabytes', 'section' => 'UI', 'description' => 'All data volumes are expressed in megabytes', @@ -5386,6 +5393,13 @@ and customer address. Include units.', }, { + 'key' => 'tax-round_per_line_item', + 'section' => 'billing', + 'description' => 'Calculate tax and round to the nearest cent for each line item, rather than for the whole invoice.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-default_view', 'section' => 'UI', 'description' => 'Default customer view, for users who have not selected a default view in their preferences.',