Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

ClassyLlama_AvaTax 0.4.0

Compare
Choose a tag to compare
@erikhansen erikhansen released this 18 Apr 14:43
· 303 commits to develop since this release

Changelog:

  • Add code to create new database tables dedicated to storing AvaTax data
  • Add code to migrate existing data from AvaTax columns on sales_invoice and sales_creditmemo tables to new tables
  • Refactor code to store AvaTax data in new tables instead of attaching to entities
  • Previous versions of this extension added two fields to the native Magento invoice and credit memo tables. When this extension changed the values of these two fields, it would save the invoice/credit memo. This caused multiple issues (see #24, #29, #36, #40, and #47).
    Rather than continuing to try and fix the underlying Magento issues that were triggered by saving these objects, we have moved the fields to separate database tables (avatax_sales_creditmemo and avatax_sales_invoice). This release includes that refactor and fixes issue #47.