diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-06 20:08:32 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-06 20:08:32 -0600 |
| commit | 67b05564568d10ee3833a87f09b752d0319934ba (patch) | |
| tree | 329bbedbc9dfbe70194d258b2f36983f4e39dc28 /httemplate/view | |
| parent | 95b6042f37f00de9dca4b5654522fc4098a82d04 (diff) | |
RT#29406: Per customer option to display service address of package on invoice
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/contacts.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index c9f8005b0..a5bafea10 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -13,6 +13,13 @@ (<% mt('same as billing') %>) % } </FONT> +% if ( +% ($this eq 'ship') +% && $cust_main->invoice_ship_address +% && !$conf->exists('invoice-ship_address') #it's always on, so hide per-cust config +% ) { +<SPAN STYLE="padding-left: .25em;">(<% emt('included on invoices') %>)</SPAN> +% } <TABLE CLASS="fsinnerbox"> % if ( $this eq 'bill' ) { |
