From: ivan Date: Wed, 10 Jan 2007 07:48:19 +0000 (+0000) Subject: fix ship_county display bug X-Git-Tag: TRIXBOX_2_6~768 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6c28b9f6445e9ca8f3f84aaf8f3e61be47c15515 fix ship_county display bug --- diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 51b72da9a..a764b4541 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -36,9 +36,9 @@ City <% $cust_main->get("${pre}city") %> -% if ( $cust_main->county ) { +% if ( $cust_main->get("${pre}county" ) { County - <% $cust_main->county %> + <% $cust_main->get->("${pre}county") %> % } State <% state_label( $cust_main->get("${pre}state"), $cust_main->get("${pre}country") ) %>