X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;fp=FS%2FFS%2FConf.pm;h=393f068e95ef92dc5b57d3751f62f21914ce855a;hp=5a744510dfd1e23ae9917d33aaac2079e12cfd1b;hb=8ddf2ae7b5e02463c87599186f0279b86ddaeaac;hpb=27bace7e53b5259e4694d8a5aea394fd1d88dc42 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.',