X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=393f068e95ef92dc5b57d3751f62f21914ce855a;hb=121510b6337b7f75f25d583730a65f3fc63bbfbe;hp=5a744510dfd1e23ae9917d33aaac2079e12cfd1b;hpb=0e115ecd7e70269ac58ce705adec4b1c801d14de;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 5a744510d..393f068e9 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.',