Skip to content

Commit 892273b

Browse files
committed
ACP2E-181: Abandoned cart report optimization
- fix
1 parent ac0c588 commit 892273b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Reports/Model/ResourceModel/Quote/Collection.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,12 @@ public function resolveCustomerNames()
205205
}
206206
}
207207
}
208+
209+
/**
210+
* @inheritdoc
211+
*/
212+
protected function beforeAddLoadedItem(\Magento\Framework\DataObject $item)
213+
{
214+
return $item;
215+
}
208216
}

0 commit comments

Comments
 (0)