X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fwa_tax_rate_update;h=d4a4b52e48ff49bff2b0e0669d39915b3480757b;hp=fbca9dd7d5e33163b350b2b4cfc41593c9c401e5;hb=3fa5501cf8f3344360cb2a795ab58711d96540f5;hpb=4f21cddff8bce37e1953b6f9b1653f6e55086595;ds=sidebyside diff --git a/bin/wa_tax_rate_update b/bin/wa_tax_rate_update index fbca9dd7d..d4a4b52e4 100644 --- a/bin/wa_tax_rate_update +++ b/bin/wa_tax_rate_update @@ -89,6 +89,7 @@ while ( !$csv->eof ) { district => $district, taxclass => $opt_c, taxname => $opt_t, + tax => { op => '>', value => '0' }, }); if ($opt_t eq '') { push @rates, qsearch('cust_main_county', { @@ -96,7 +97,8 @@ while ( !$csv->eof ) { state => 'WA', # this is specific to WA district => $district, taxclass => $opt_c, - taxname => 'Tax' + taxname => 'Tax', + tax => { op => '>', value => '0' }, }); } foreach my $rate (@rates) {