summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages/location.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/packages/location.html')
-rw-r--r--httemplate/view/cust_main/packages/location.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html
index 3f84148c3..0f58b36fc 100644
--- a/httemplate/view/cust_main/packages/location.html
+++ b/httemplate/view/cust_main/packages/location.html
@@ -10,7 +10,7 @@
<% $loc->address2 |h %><BR>
% }
- <% $loc->city |h %><% %>,
+ <% $loc->city |h %><% $loc->county ? ' ('.$loc->county.' county)' : '' |h %>,
<% $loc->state |h %> &nbsp; <% $loc->zip |h %><BR>
% if ( $loc->country ne $countrydefault ) {