X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e76ff4b775e39393c0bf8369dfb9581010039b12;hb=72cbcafac03e83c15adebac5974cf5322cfcb488;hp=87e5838c0d3e1da10f6bd4c55a72c322ff2edd6a;hpb=a8944edbf9043e38df231ad6495f375f8655b585;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 87e5838c0..e76ff4b77 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1503,6 +1503,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.',