RT#29285: State field not needed for New Zealand [interface, v3 only]
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 9 Jul 2015 03:57:10 +0000 (22:57 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 9 Jul 2015 03:57:10 +0000 (22:57 -0500)
httemplate/view/cust_main/contacts.html

index e810d6f..136f634 100644 (file)
 % } 
 
 <TR>
+% if ( $location->city ) {
   <TD ALIGN="right"><% mt('City') |h %></TD>
   <TD BGCOLOR="#ffffff"><% $location->city |h %></TD>
+% } else {
+  <TD COLSPAN="2"></TD>
+% }
 % if ( $location->county ) {
     <TD ALIGN="right"><% mt('County') |h %></TD>
     <TD BGCOLOR="#ffffff"><% $location->county |h %></TD>