diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-06-30 03:24:08 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-06-30 03:24:08 -0500 |
| commit | d13dae1c37c36c27f1ac9fd134c5d8b3a4fb9754 (patch) | |
| tree | 45450ba72942d1539acecaa797133ba01d68f5a9 /httemplate/view/cust_main | |
| parent | 633af1c0e996b16d0e18a7cdff05490ea7d46ca6 (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> |
