From: Jonathan Prykop Date: Thu, 9 Jul 2015 03:57:10 +0000 (-0500) Subject: RT#29285: State field not needed for New Zealand [interface, v3 only] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a961013d0550e9e033b86e7bb677de05ddb9e7b7;hp=f5cc5eb0b51cf3c5e91fda0a47965cbe6f40496e RT#29285: State field not needed for New Zealand [interface, v3 only] --- diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index e810d6f5d..136f634a4 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -93,8 +93,12 @@ % } +% if ( $location->city ) { <% mt('City') |h %> <% $location->city |h %> +% } else { + +% } % if ( $location->county ) { <% mt('County') |h %> <% $location->county |h %>