summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2007-01-10 08:50:14 +0000
committerivan <ivan>2007-01-10 08:50:14 +0000
commit5dcbdb568e7aadabf49b8821a7d50f508a675a7d (patch)
tree515e11c5e55d45d866768cfb633d2611edb4a41a /httemplate
parent7861a60dd0b96ebd171e6f77f3a70a6f4aea0344 (diff)
you have got to be kidding me.
Diffstat (limited to 'httemplate')
-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 8f8a9eb..3b86533 100644
--- a/httemplate/view/cust_main/contacts.html
+++ b/httemplate/view/cust_main/contacts.html
@@ -38,7 +38,7 @@
<TD BGCOLOR="#ffffff"><% $cust_main->get("${pre}city") %></TD>
% if ( $cust_main->get("${pre}county" ) ) {
<TD ALIGN="right">County</TD>
- <TD BGCOLOR="#ffffff"><% $cust_main->get->("${pre}county") %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->get("${pre}county") %></TD>
% }
<TD ALIGN="right">State</TD>
<TD BGCOLOR="#ffffff"><% state_label( $cust_main->get("${pre}state"), $cust_main->get("${pre}country") ) %></TD>