User Tools

Site Tools


dynamiczip:install:mods:release:build81:build81

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dynamiczip:install:mods:release:build81:build81 [2019/07/12 16:19] chuckdynamiczip:install:mods:release:build81:build81 [2019/07/12 16:22] – [Modifications] chuck
Line 46: Line 46:
  
 ==== Modifications ==== ==== Modifications ====
-  * We discovered that some user installs still had records in the [[dynamiczip:tables:dz_tax_detail_supplement_table|DZ Tax Detail Supplement table]] and these unexpected records had their import status set in such a way that was preventing the rate and boundary import from fully and properly updating the related tax schedules. +  * We discovered that some user installs still had records in the [[dynamiczip:tables:dz_tax_detail_supplement_table|DZ Tax Detail Supplement table]] and these unexpected records had their import status set in such a way that was preventing the rate and boundary import from fully and properly updating the related tax schedules. The following query should return zero records: 
 +<code> 
 +select * from DZ00400 where TAXDTLID like '%X' 
 +</code> 
 +If any records are returned, they can be removed with the following query: 
 +<code> 
 +delete from DZ00400 where TAXDTLID like '%X' 
 +</code> 
dynamiczip/install/mods/release/build81/build81.txt · Last modified: 2023/09/04 14:27 by chuck

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki