Skip to content

Commit 992a395

Browse files
issue magento#19940 fixed
1 parent 0759026 commit 992a395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public function getConfigDataJson()
8686
$itemsName = [];
8787
$itemsWeight = [];
8888
$itemsProductId = [];
89+
$itemsOrderItemId = [];
8990

9091
if ($shipmentId) {
9192
$urlParams['shipment_id'] = $shipmentId;

0 commit comments

Comments
 (0)