From 5dcbdb568e7aadabf49b8821a7d50f508a675a7d Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Jan 2007 08:50:14 +0000 Subject: [PATCH] you have got to be kidding me. --- 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 8f8a9eb42..3b86533a6 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -38,7 +38,7 @@ <% $cust_main->get("${pre}city") %> % if ( $cust_main->get("${pre}county" ) ) { County - <% $cust_main->get->("${pre}county") %> + <% $cust_main->get("${pre}county") %> % } State <% state_label( $cust_main->get("${pre}state"), $cust_main->get("${pre}country") ) %> -- 2.11.0