Skip to content

Commit

Permalink
MAGETWO-57681: [GITHUB] Customer cannot reorder if the order has been…
Browse files Browse the repository at this point in the history
… invoiced or shipped #6278
  • Loading branch information
Stanislav Idolov committed Sep 22, 2016
1 parent c43ec4b commit 3d5fdc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function _afterLoad()
* Assign parent items
*/
foreach ($this as $item) {
$this->_resource->unserializeFields($item);
$this->_resource->unserializeFields($item);
if ($item->getParentItemId()) {
$item->setParentItem($this->getItemById($item->getParentItemId()));
}
Expand Down

0 comments on commit 3d5fdc9

Please sign in to comment.