diff options
author | Mark Wells <mark@freeside.biz> | 2015-06-22 13:26:02 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-06-25 13:18:50 -0700 |
commit | 33294bffcc4893da907eb2e85b3fca872b34790f (patch) | |
tree | 44453269283a3e784beef49a4611cce69a1312df /httemplate/edit | |
parent | 45448513a7369dfa099e16d4592f295434f31328 (diff) |
invoice watermarks, #24665
Diffstat (limited to 'httemplate/edit')
-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 ) ), ); |