diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-06-30 03:24:08 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-02 00:26:11 -0500 |
| commit | 7a7cbbf2d1afbbfb90c409b98ffa579e61dd865b (patch) | |
| tree | 8ce86143cc537a7d4cc19dc485e39704cb233356 /httemplate/view/cust_main | |
| parent | efcf47213599cf4da16c390dccdf26b2473edaf3 (diff) | |
RT#29285: State field not needed for New Zealand
Diffstat (limited to 'httemplate/view/cust_main')
| -rw-r--r-- | httemplate/view/cust_main/contacts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 22a7b9584..e3d5d63cb 100644 --- a/httemplate/view/cust_main/contacts.html +++ b/httemplate/view/cust_main/contacts.html @@ -100,7 +100,7 @@ % 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> |
