summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2007-01-10 08:48:43 +0000
committerivan <ivan>2007-01-10 08:48:43 +0000
commit7861a60dd0b96ebd171e6f77f3a70a6f4aea0344 (patch)
tree56b3d6a497ab70a93868add269765cb777f5b5eb /httemplate/view
parent6c28b9f6445e9ca8f3f84aaf8f3e61be47c15515 (diff)
nothing could have ever gone wrong with so simple a change. oh noooo
Diffstat (limited to 'httemplate/view')
-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 a764b4541..8f8a9eb42 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>
% }