We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c307d25 commit b54ab2dCopy full SHA for b54ab2d
app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php
@@ -86,7 +86,7 @@ public function getConfigDataJson()
86
$itemsName = [];
87
$itemsWeight = [];
88
$itemsProductId = [];
89
-
+ $itemsOrderItemId = [];
90
if ($shipmentId) {
91
$urlParams['shipment_id'] = $shipmentId;
92
$createLabelUrl = $this->getUrl('adminhtml/order_shipment/createLabel', $urlParams);
0 commit comments