diff options
author | Mark Wells <mark@freeside.biz> | 2015-06-22 13:14:33 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-06-22 13:14:33 -0700 |
commit | 11ca9a51a76837f1821b2b0e8972c78bf221c6a1 (patch) | |
tree | 3f8e541a0065a3cc2026b202615a2b5bf4f4830b /httemplate/edit/invoice_conf.html | |
parent | d1a46f2831b8f74d4d323be20e70e36ad9d2aff8 (diff) |
invoice watermarks, #24665
Diffstat (limited to 'httemplate/edit/invoice_conf.html')
-rw-r--r-- | httemplate/edit/invoice_conf.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/invoice_conf.html b/httemplate/edit/invoice_conf.html index 7122653f2..861114b1c 100644 --- a/httemplate/edit/invoice_conf.html +++ b/httemplate/edit/invoice_conf.html @@ -49,6 +49,7 @@ my @fields = ( 'Footer', 'Summary header', 'Return address', + 'Watermark', 'Small footer', 'Enable coupon', ), @@ -59,6 +60,7 @@ my @fields = ( { field => 'latexfooter', %textarea }, { field => 'latexsummary', %textarea }, { field => 'latexreturnaddress', %textarea }, + { field => 'latexwatermark', %textarea }, { field => 'latexsmallfooter', %textarea }, { field => 'with_latexcoupon', type => 'checkbox', value => 'Y' }, @@ -68,6 +70,7 @@ my @fields = ( { field => 'htmlfooter', %textarea }, { field => 'htmlsummary', %textarea }, { field => 'htmlreturnaddress', %textarea }, + { field => 'htmlwatermark', %textarea }, # logo { type => 'columnend' }, @@ -87,12 +90,14 @@ my %labels = ( latexfooter latexsummary latexreturnaddress + latexwatermark with_latexcoupon latexsmallfooter htmlnotes htmlfooter htmlsummary htmlreturnaddress + htmlwatermark ) ), ); |