RT#29285: State field not needed for New Zealand
[freeside.git] / httemplate / view / cust_main / contacts.html
index 22a7b95..e3d5d63 100644 (file)
 % if ( $location->county ) {
  (<% $location->county |h %> county)\
 % }
-,<% state_label( $location->state, $location->country ) |h %>
+<% ($location->city || $location->county) ? ', ' : ''%><% state_label( $location->state, $location->country ) |h %>
   <% $location->zip %>
 </TD>
 </TR>