summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/contacts.html
diff options
context:
space:
mode:
authorivan <ivan>2007-02-05 12:51:05 +0000
committerivan <ivan>2007-02-05 12:51:05 +0000
commit17856ff5c299e4db21da28116f2666655c03f2c7 (patch)
tree0311558e18ed2b79765658a334d656330207c33b /httemplate/view/cust_main/contacts.html
parent8b3782a95dcbc9fe5311b0522416791055a32f4d (diff)
C is for Cookie^WControl
Diffstat (limited to 'httemplate/view/cust_main/contacts.html')
-rw-r--r--httemplate/view/cust_main/contacts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html
index 3b86533a6..d5788c9a4 100644
--- a/httemplate/view/cust_main/contacts.html
+++ b/httemplate/view/cust_main/contacts.html
@@ -36,7 +36,7 @@
<TR>
<TD ALIGN="right">City</TD>
<TD BGCOLOR="#ffffff"><% $cust_main->get("${pre}city") %></TD>
-% if ( $cust_main->get("${pre}county" ) ) {
+% if ( $cust_main->get("${pre}county") ) {
<TD ALIGN="right">County</TD>
<TD BGCOLOR="#ffffff"><% $cust_main->get("${pre}county") %></TD>
% }