From a961013d0550e9e033b86e7bb677de05ddb9e7b7 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Wed, 8 Jul 2015 22:57:10 -0500 Subject: [PATCH] RT#29285: State field not needed for New Zealand [interface, v3 only] --- httemplate/view/cust_main/contacts.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %> -- 2.11.0