Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit b54ab2d

Browse files
author
Govind Sharma
authored
issue resolved:Undefined Variable $itemsOrderItemId
issue resolved:Undefined Variable $itemsOrderItemId
1 parent c307d25 commit b54ab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function getConfigDataJson()
8686
$itemsName = [];
8787
$itemsWeight = [];
8888
$itemsProductId = [];
89-
89+
$itemsOrderItemId = [];
9090
if ($shipmentId) {
9191
$urlParams['shipment_id'] = $shipmentId;
9292
$createLabelUrl = $this->getUrl('adminhtml/order_shipment/createLabel', $urlParams);

0 commit comments

Comments
 (0)