user-defined site ID / location codes per location, RT#30856, RT#27545
[freeside.git] / httemplate / view / cust_main / contacts.html
index 739cd58..c9f8005 100644 (file)
 
 
 % 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>