Skip to content

Commit eadec83

Browse files
Merge forwardport of #11127 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/11127.patch (created by @niccifor) based on commit(s): 1. 7d5fc25
2 parents 8e77e2f + 2e33a0b commit eadec83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Sales/Model/Order/Shipment/ItemCreation.php

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function getOrderItemId()
4343
public function setOrderItemId($orderItemId)
4444
{
4545
$this->orderItemId = $orderItemId;
46+
return $this;
4647
}
4748

4849
/**
@@ -59,6 +60,7 @@ public function getQty()
5960
public function setQty($qty)
6061
{
6162
$this->qty = $qty;
63+
return $this;
6264
}
6365

6466
/**

0 commit comments

Comments
 (0)