X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fview%2Fcust_main%2Fcontacts.html;h=e3d5d63cbeaa2983dbfa7dd6edd0ed939d720628;hb=5e6bfa1548ac370d2cf316e0db44785d83baa453;hp=83a6380264b1437b8e4f835de3f7a26c5c1aacde;hpb=747949f05c140e23221b3a2364928431f58fc2d3;p=freeside.git diff --git a/httemplate/view/cust_main/contacts.html b/httemplate/view/cust_main/contacts.html index 83a638026..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 %> @@ -125,7 +125,7 @@ % foreach my $phone (qw(daytime night mobile)) { % next if !$cust_main->get($phone); - <% $phone_label{$phone} %> + <% $phone_label{$phone} %> <& /elements/phonenumber.html, $cust_main->get($phone),