Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ievgen-malykhin committed Sep 13, 2023
1 parent 8cac886 commit 42c717c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42c717c

Please sign in to comment.