[freeside-commits] freeside/httemplate/view/cust_main contacts.html, 1.9, 1.10

Ivan,,, ivan at wavetail.420.am
Mon Feb 5 04:51:07 PST 2007


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

Modified Files:
	contacts.html 
Log Message:
C is for Cookie^WControl

Index: contacts.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/contacts.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- contacts.html	10 Jan 2007 08:50:14 -0000	1.9
+++ contacts.html	5 Feb 2007 12:51:05 -0000	1.10
@@ -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