summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-10-25 12:08:01 -0700
committerIvan Kohler <ivan@freeside.biz>2014-10-25 12:08:01 -0700
commit5556814b7ff65b0a4837390be9331e1841189427 (patch)
treeffcfabbced62e345cb945c9fa09131133695ffd1 /httemplate/view/cust_main
parentff27ffb0342e4d630a9426a998ffe76de9d6ed8c (diff)
user-defined site ID / location codes per location, RT#30856, RT#27545
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/contacts.html8
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>