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.
2 parents 56b9c6c + f378d2b commit 0aa983cCopy full SHA for 0aa983c
app/code/Magento/Shipping/Block/Adminhtml/Order/Packaging.php
@@ -74,6 +74,7 @@ public function getShipment()
74
* Configuration for popup window for packaging
75
*
76
* @return string
77
+ * @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
78
*/
79
public function getConfigDataJson()
80
{
@@ -86,7 +87,7 @@ public function getConfigDataJson()
86
87
$itemsName = [];
88
$itemsWeight = [];
89
$itemsProductId = [];
-
90
+ $itemsOrderItemId = [];
91
if ($shipmentId) {
92
$urlParams['shipment_id'] = $shipmentId;
93
$createLabelUrl = $this->getUrl('adminhtml/order_shipment/createLabel', $urlParams);
0 commit comments