diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:38:02 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:38:02 -0400 |
| commit | daa7e41eabe79e3ca7f65e060e7c588715bf236b (patch) | |
| tree | 556ea2127bbc3f9af5ebcad3caa54a96192630f1 /httemplate/edit | |
| parent | d8a43b104aca6a01f8f1fd821dd29f3dffd59919 (diff) | |
| parent | 71dba4c13f3a420115ad87dfa6df82db6618bd97 (diff) | |
Merge branch '3.x-pre' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
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 ) ), ); |
