From a2731c37ba06eddee353f7f26442de87dd3134b2 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Nov 2009 00:04:29 +0000 Subject: [PATCH] fix county filter on tax config, fallout from city tax changes, RT#5852 --- httemplate/browse/cust_main_county.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= -- 2.11.0