Skip to content

Commit

Permalink
issue resolved:Undefined Variable $itemsOrderItemId
Browse files Browse the repository at this point in the history
issue resolved:Undefined Variable $itemsOrderItemId
  • Loading branch information
Govind Sharma authored and milindsingh committed Jan 5, 2019
1 parent 523a83e commit 4802e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4802e00

Please sign in to comment.