[freeside-commits]
freeside/httemplate/view/cust_main contacts.html, 1.6, 1.7
Ivan,,,
ivan at wavetail.420.am
Tue Jan 9 23:48:21 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv16417
Modified Files:
contacts.html
Log Message:
fix ship_county display bug
Index: contacts.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/contacts.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- contacts.html 27 Dec 2006 01:35:59 -0000 1.6
+++ contacts.html 10 Jan 2007 07:48:19 -0000 1.7
@@ -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>
More information about the freeside-commits
mailing list