X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-wa-tax-table-update;h=53c7324d753b1593fdc47fbd6dd6ff33397f93a8;hp=ad14687c98bfd297ead4ad0d02082854a22e607f;hb=be2ed6c905de5b480b370e89f8092d8d21ef2a64;hpb=690d877102bcbddb20806995c549ed35b7b36647 diff --git a/FS/bin/freeside-wa-tax-table-update b/FS/bin/freeside-wa-tax-table-update index ad14687c9..53c7324d7 100755 --- a/FS/bin/freeside-wa-tax-table-update +++ b/FS/bin/freeside-wa-tax-table-update @@ -60,6 +60,12 @@ https://dor.wa.gov/sites/default/files/legacy/Docs/forms/ExcsTx/LocSalUseTx/Exce https://dor.wa.gov/sites/default/files/legacy/downloads/Add_DataRates2018Q4.zip +=item Other district tax rows + +When this tool updates the tax tables, any additional tax table rows with +a district set, where the 'source' column is not 'wa_sales', will have the +country, state, county, and city values kept updated to match the data +provided in the state tax tables =item Address lookup API tool @@ -106,8 +112,8 @@ $log->info('Begin wa_tax_rate_update'); }; if ( $@ ) { - $log->error( "Error: $@" ); warn "Error: $@\n"; + $log->error( "Error: $@" ); } else { $log->info( 'Finished wa_tax_rate_update' ); warn "Finished wa_tax_rate_update\n";