diff options
author | Mark Wells <mark@freeside.biz> | 2015-04-28 13:41:41 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-04-28 13:41:41 -0700 |
commit | eccc0b7af126b0c7450de27165866bbb1786f65e (patch) | |
tree | 6fa206331e74e31dbb652e45a5090b0a2889d025 /httemplate/browse/cust_main_county.cgi | |
parent | 617f35605d4f67ae62ac557baa8572561e06a1c6 (diff) |
improve editing of district taxes, #15089
Diffstat (limited to 'httemplate/browse/cust_main_county.cgi')
-rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi index dfbe11917..e8c09e434 100755 --- a/httemplate/browse/cust_main_county.cgi +++ b/httemplate/browse/cust_main_county.cgi @@ -10,7 +10,9 @@ 'table' => 'cust_main_county', 'hashref' => $hashref, 'order_by' => - 'ORDER BY country, state, county, city, district, taxclass', + 'ORDER BY country, state, county, city, '. + 'district, taxclass, '. + "COALESCE(taxname, '')", }, 'count_query' => $count_query, 'header' => \@header, |