ACSD-61133: sales_clean_quotes
cron deletes quotes from unapproved purchase orders
The ACSD-61133 patch fixes the issue where the sales_clean_quotes
cron deletes quotes from unapproved purchase orders. This patch is available when the Quality Patches Tool (QPT) 1.1.53 is installed. The patch ID is ACSD-61133. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.8.
Affected products and versions
The patch is created for Adobe Commerce version:
Adobe Commerce (all deployment methods) 2.4.7-p1
Compatible with Adobe Commerce versions:
Adobe Commerce (all deployment methods) 2.4.4-p5 - 2.4.4-p11, 2.4.5-p4 - 2.4.5-p10, and 2.4.6-p2 - 2.4.7-p3
magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.Issue
sales_clean_quotes
cron deletes quotes from unapproved purchase orders. The [B2B Purchase Order] can’t be converted into the order of the quote associated with the purchased order as the cron deletes it.
Prerequisites:
Adobe Commerce B2B modules are installed and enabled.
Steps to reproduce:
- Enable B2B Purchase Order functionality.
- Create a company.
- Create a Purchase Order.
- Wait until the quote expires and is deleted by the cron. Quote expiration period can be set with Stores > Configuration > Sales > Quotes > General > Default Expiration Period configuration.
- Convert Purchase Order to the order via My Purchase Order in Customer Dashboard or with GraphQL
placeOrderForPurchaseOrder
mutation.
Expected results:
The quote associated with active Purchase Order isn’t deleted as expired by the cron. The order is successfully placed either on storefront or via GraphQL.
Actual results:
The order is not placed, and an error is displayed on the storefront or returned in the GraphQL response.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool: A self-service tool for quality patches in the Tools guide.