X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=81e2a577d02f3a128b82dc5465760bf72d6fa3b9;hb=5e5be65156dc03c73ac173af38329c187276d820;hp=7534b413343f8e65206131aa0f6aca2d61141b11;hpb=90398f046915a915f65976e33ce060ac5baabbae;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7534b4133..81e2a577d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3691,6 +3691,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'enable_fuzzy_on_exact', + 'section' => 'UI', + 'description' => 'Enable approximate customer searching even when an exact match is found.', + 'type' => 'checkbox', + }, + { 'key' => 'pkg_referral', 'section' => '', 'description' => 'Enable package-specific advertising sources.', @@ -4027,6 +4034,13 @@ and customer address. Include units.', }, { + 'key' => 'previous_balance-payments_since', + 'section' => 'invoicing', + 'description' => 'Instead of showing payments (and credits) applied to the invoice, show those received since the previous invoice date.', + 'type' => 'checkbox', + }, + + { 'key' => 'balance_due_below_line', 'section' => 'invoicing', 'description' => 'Place the balance due message below a line. Only meaningful when when invoice_sections is false.',