diff --git a/_includes/pbc/all/install-features/202400.0/install-the-packaging-units-feature.md b/_includes/pbc/all/install-features/202400.0/install-the-packaging-units-feature.md index c0e3e1bf130..8be8bbe234d 100644 --- a/_includes/pbc/all/install-features/202400.0/install-the-packaging-units-feature.md +++ b/_includes/pbc/all/install-features/202400.0/install-the-packaging-units-feature.md @@ -960,7 +960,7 @@ Go to the Zed UI Sales overview, check the order, and verify the following: - The correct amount is displayed per sales order item. Make sure the following: -* Abstract products that have packaging units available don’t have `add_to_cart_sku` field in tje Elasticsearch document. +* Abstract products that have packaging units available don’t have `add_to_cart_sku` field in the Elasticsearch document. * Every order item from `SalesFacade::getOrderItems()` results contains packaging units data: `ItemTransfer.amountLeadProduct` and `ItemTransfer.amountSalesUnit` are set for the order items that have packaging units. * The results of picking lists from `PickingListFacade::getPickingListCollection()` contain packaging units data: `PickingListCollectionTransfer.pickingList.pickingListItem.orderItem.amountSalesUnit` are set for the order items that have packaging units.