We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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