diff options
author | ivan <ivan> | 2009-11-05 00:04:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-05 00:04:29 +0000 |
commit | a2731c37ba06eddee353f7f26442de87dd3134b2 (patch) | |
tree | bcdad72e06e9e2b66e683c2de16f0c2deef61ac6 /httemplate/browse | |
parent | 7a38228748d926503953d11eb8a5b59660e5fb20 (diff) |
fix county filter on tax config, fallout from city tax changes, RT#5852
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi index 811fbd660..04d1ae5bb 100755 --- a/httemplate/browse/cust_main_county.cgi +++ b/httemplate/browse/cust_main_county.cgi @@ -278,7 +278,7 @@ if ( scalar(@counties) > 1 ) { 'empty_data_label' => '(none)', 'empty_data_value' => '__NONE__', 'disable_empty' => 0, - 'disable_countyupdate' => 1, + 'disable_cityupdate' => 1, ); } else { $html_posttotal .= |