diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/contacts.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 294b7babb..44445356c 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -49,7 +49,9 @@ </TR> % } % } -% # now the actual address + + +% if ( $location ) { # now the actual address <TR> <TD ALIGN="right"><% mt('Address') |h %></TD> <TD COLSPAN=7 BGCOLOR="#ffffff"><% $location->address1 |h %></TD> @@ -92,6 +94,8 @@ &> % } <& /elements/tr-censustract.html, $location &> + +% } % if ( $this eq 'bill' ) { % # billing contact phone numbers |