Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (9 loc) · 421 Bytes

2020-10-19-vat-handling-for-companies.md

File metadata and controls

9 lines (9 loc) · 421 Bytes
title issue
VAT handling for companies
NEXT-10559

Core

  • Added vat_ids column and moved vat_id data from customer_address to customer table.
  • Added company_tax_free, check_vat_id_pattern and vat_id_pattern columns to country table.
  • Added VAT ID field required to login/registration setting.
  • Added Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerVatIdsDeprecationUpdater.