summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-12-04 14:30:07 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-12-04 14:30:07 -0500
commit8ddf2ae7b5e02463c87599186f0279b86ddaeaac (patch)
tree8549c1c100ff76db0e6636d6ba1b6160e2f78fb6 /FS/FS/Conf.pm
parent27bace7e53b5259e4694d8a5aea394fd1d88dc42 (diff)
RT# 81822 - Added new config for remittance coupon location, updated invoice_latex and invoice_latexcoupon to use new config
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 5a74451..393f068 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.',