We will be off on April 7th (Monday) for public holiday in our country

Commit 91682aa1 authored by Rik ter Beek's avatar Rik ter Beek

check if done is not null

parent 531089a4
......@@ -52,7 +52,7 @@ class Notification extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
->where('notification.event_code=?', $eventCode)
->where('notification.success=?', $success);
if ($done) {
if ($done !== null) {
$select->where('notification.done=?', $done);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment