From 7861a60dd0b96ebd171e6f77f3a70a6f4aea0344 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Jan 2007 08:48:43 +0000 Subject: [PATCH] nothing could have ever gone wrong with so simple a change. oh noooo --- httemplate/view/cust_main/contacts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") %> % } -- 2.11.0