title | issue |
---|---|
VAT handling for companies |
NEXT-10559 |
- Added
vat_ids
column and movedvat_id
data fromcustomer_address
tocustomer
table. - Added
company_tax_free
,check_vat_id_pattern
andvat_id_pattern
columns tocountry
table. - Added
VAT ID field required
to login/registration setting. - Added
Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerVatIdsDeprecationUpdater
.