[freeside-commits] freeside/httemplate/view/cust_main contacts.html, 1.7, 1.8

Ivan,,, ivan at wavetail.420.am
Wed Jan 10 00:48:45 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv20095

Modified Files:
	contacts.html 
Log Message:
nothing could have ever gone wrong with so simple a change.  oh noooo

Index: contacts.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/contacts.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- contacts.html	10 Jan 2007 07:48:19 -0000	1.7
+++ contacts.html	10 Jan 2007 08:48:43 -0000	1.8
@@ -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>
 % }



More information about the freeside-commits mailing list