From: ivan Date: Wed, 10 Jan 2007 08:48:43 +0000 (+0000) Subject: nothing could have ever gone wrong with so simple a change. oh noooo X-Git-Tag: TRIXBOX_2_6~767 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7861a60dd0b96ebd171e6f77f3a70a6f4aea0344 nothing could have ever gone wrong with so simple a change. oh noooo --- diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index a764b4541..8f8a9eb42 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -36,7 +36,7 @@ City <% $cust_main->get("${pre}city") %> -% if ( $cust_main->get("${pre}county" ) { +% if ( $cust_main->get("${pre}county" ) ) { County <% $cust_main->get->("${pre}county") %> % }