From 42c717ce5753e4a3d721aada4f102c62e8a70ebf Mon Sep 17 00:00:00 2001 From: Ievgen Malykhin Date: Wed, 13 Sep 2023 19:14:24 +0300 Subject: [PATCH] Fix typo --- .../202400.0/install-the-packaging-units-feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.