X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=a764b45418707cae3e65cd53175919a10758b7b2;hb=6c28b9f6445e9ca8f3f84aaf8f3e61be47c15515;hp=51b72da9a838fadfd354263cf403bd3a786b4de7;hpb=14ee9d25605ce139bad4655987575508c06f7f7e;p=freeside.git 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") ) %>