Skip to content

Commit

Permalink
⏫ Forwardport of #11127 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/11127.patch (created by @niccifor) based on commit(s):
  1. 7d5fc25
  • Loading branch information
magento-engcom-team committed Jan 23, 2018
1 parent 8e77e2f commit 2e33a0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Sales/Model/Order/Shipment/ItemCreation.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function getOrderItemId()
public function setOrderItemId($orderItemId)
{
$this->orderItemId = $orderItemId;
return $this;
}

/**
Expand All @@ -59,6 +60,7 @@ public function getQty()
public function setQty($qty)
{
$this->qty = $qty;
return $this;
}

/**
Expand Down

0 comments on commit 2e33a0b

Please sign in to comment.