Closed
Description
Preconditions (*)
- Magento 2.4
Steps to reproduce (*)
- Fresh install
- Create customer (via Admin Panel)
- Create customer group
- Associate customer (step 2) with recently created customer group (step3)
- Place order for customer (step 2) (via Admin Panel)
- Delete customer group (step 3)
- Reorder order (step 5) (via Admin Panel)
Expected result (*)
- After deleting customer group (step 6) customer (step 2) is assigned to default customer group
- At reorder current customer group is used
Actual result (*)
- After deleting customer group (step 6) customer (step 2) is assigned to default customer group
- At reorder customer group from previous order (which no longer exists) is used
- Error when quote is saved
Additional information(*)
Issue is from
\Magento\Sales\Model\AdminOrder\Create::initFromOrder
More specifically this line here
$this->getQuote()->setCustomerGroupId($order->getCustomerGroupId());
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- 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
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.Has been reviewed and prioritized during Triage with Product Managers
Type
Projects
Status
Done