From b54ab2dc9cf90c5186765e94e067704fc4b382e7 Mon Sep 17 00:00:00 2001 From: Govind Sharma Date: Sat, 22 Dec 2018 13:59:48 +0530 Subject: [PATCH] issue resolved:Undefined Variable $itemsOrderItemId issue resolved:Undefined Variable $itemsOrderItemId --- app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php b/app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php index b4ff445c63f4e..c561a0982dce2 100644 --- a/app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php +++ b/app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php @@ -86,7 +86,7 @@ public function getConfigDataJson() $itemsName = []; $itemsWeight = []; $itemsProductId = []; - + $itemsOrderItemId = []; if ($shipmentId) { $urlParams['shipment_id'] = $shipmentId; $createLabelUrl = $this->getUrl('adminhtml/order_shipment/createLabel', $urlParams);