X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=393f068e95ef92dc5b57d3751f62f21914ce855a;hb=bb201b08e3f48784cd77979dd4e31e866aa4f15d;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 @@ -1479,6 +1479,18 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + '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',