X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=0f774d16c4e6b6909b7b2ba364c2797dae182928;hb=cf7e1d51019f20497aac630017d2c35b427369c9;hp=5a744510dfd1e23ae9917d33aaac2079e12cfd1b;hpb=0e115ecd7e70269ac58ce705adec4b1c801d14de;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5a744510d..0f774d16c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1480,6 +1480,18 @@ and customer address. Include units.', }, { + 'key' => 'invoice_latexcouponlocation', + 'section' => 'invoicing', + 'description' => 'Location of the remittance coupon.Either top or bottom of page, defaults to bottom.', + 'type' => 'select', + 'select_hash' => [ + 'bottom' => 'Bottom of page (default)', + 'top' => 'Top of page', + ], + 'per_agent' => 1, + }, + + { 'key' => 'invoice_latexsmallfooter', 'section' => 'invoice_templates', 'description' => 'Optional small footer for multi-page LaTeX typeset PostScript invoices.', @@ -5985,12 +5997,19 @@ and customer address. Include units.', { 'key' => 'agent-disable_counts', - 'section' => 'scalability', + 'section' => 'deprecated', 'description' => 'On the agent browse page, disable the customer and package counts. Typically used for very large installs when this page takes too long to render.', 'type' => 'checkbox', }, { + 'key' => 'config-disable_counts', + 'section' => 'scalability', + 'description' => 'Disable the customer and package counts on the Agents, Packages, and Services pages. Use for very large installs where these pages take too long to render.', + 'type' => 'checkbox', + }, + + { 'key' => 'tollfree-country', 'section' => 'telephony', 'description' => 'Country / region for toll-free recognition',