From 3b172c8a7b7ca97bd71671dc358f29c5116948da Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 8 Nov 2013 16:47:13 -0800 Subject: option to make ship_company field available again, #25782 --- httemplate/view/cust_main/contacts.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 8fe3a9ebb..294b7babb 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -41,7 +41,14 @@ <% $cust_main->company |h %> % } -% } # if $this eq 'bill' +% } elsif ( $this eq 'ship' ) { +% if ( $cust_main->ship_company ) { # mostly obsolete these days... + + <% mt('Company') |h %> + <% $cust_main->ship_company |h %> + +% } +% } % # now the actual address <% mt('Address') |h %> -- cgit v1.2.1