nothing could have ever gone wrong with so simple a change. oh noooo
[freeside.git] / httemplate / view / cust_main / contacts.html
index a764b45..8f8a9eb 100644 (file)
@@ -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>
 % }