diff options
Diffstat (limited to 'FS/bin/freeside-wa-tax-table-update')
| -rwxr-xr-x | FS/bin/freeside-wa-tax-table-update | 8 |
1 files changed, 7 insertions, 1 deletions
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"; |
