diff options
Diffstat (limited to 'httemplate/view/cust_main/contacts.html')
| -rw-r--r-- | httemplate/view/cust_main/contacts.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 739cd588b..c9f8005b0 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -62,6 +62,14 @@ % if ( $location ) { # now the actual address + +% if ( $location->locationname ) { + <TR> + <TD ALIGN="right"><% mt('Location ID') |h %></TD> + <TD COLSPAN=7 BGCOLOR="#ffffff"><% $location->locationname |h %></TD> + </TR> +% } + <TR> <TD ALIGN="right"><% mt('Address') |h %></TD> <TD COLSPAN=7 BGCOLOR="#ffffff"><% $location->address1 |h %></TD> |
