From d7d7b020db58c4aa5be2521c38719df2ec0bacb2 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 6 Mar 2015 20:08:32 -0600 Subject: RT#29406: Per customer option to display service address of package on invoice --- httemplate/view/cust_main/contacts.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 5b61e7400..e810d6f5d 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -13,6 +13,13 @@ (<% mt('same as billing') %>) % } +% if ( +% ($this eq 'ship') +% && $cust_main->invoice_ship_address +% && !$conf->exists('invoice-ship_address') #it's always on, so hide per-cust config +% ) { +(<% emt('included on invoices') %>) +% } % if ( $this eq 'bill' ) { -- cgit v1.2.1