Customer Taxvat not saved to order when order created in admin panel #38107
Open
Description
Preconditions and environment
- Magento version 2.4.6-p2
Steps to reproduce
- Create customer and set a Tax/VAT Number under Account Information (not the VAT ID in the address, but directly at the customer info)
- In Admin Panel start creating an order for this user
- Look at table
quote
and see thatcustomer_taxvat
is correctly set - Place order in admin panel
Expected result
table sales_order
, column customer_taxvat
is filled with correct customer VAT ID
Actual result
table sales_order
, column customer_taxvat
is null.
Note, that also customer_taxvat
column in table quote
is now null, although it was filled correctly before placing the order
Additional information
By placing an order via frontend with the same customer everything works, sales_order
. customer_taxvat
is set correctly.
The VAT ID of the customer is very needed for bookkeeping
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Assignees
Labels
Type
Projects
Status
Pull Request In Progress