summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2007-01-10 07:48:19 +0000
committerivan <ivan>2007-01-10 07:48:19 +0000
commit6c28b9f6445e9ca8f3f84aaf8f3e61be47c15515 (patch)
tree8c34569f84285161647140dd8355ae6fd83083da /httemplate
parent2278aeb34af0741c3e80d665760e9ea7e09b8e52 (diff)
fix ship_county display bug
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/contacts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html
index 51b72da9a..a764b4541 100644
--- a/httemplate/view/cust_main/contacts.html
+++ b/httemplate/view/cust_main/contacts.html
@@ -36,9 +36,9 @@
<TR>
<TD ALIGN="right">City</TD>
<TD BGCOLOR="#ffffff"><% $cust_main->get("${pre}city") %></TD>
-% if ( $cust_main->county ) {
+% if ( $cust_main->get("${pre}county" ) {
<TD ALIGN="right">County</TD>
- <TD BGCOLOR="#ffffff"><% $cust_main->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>