Skip to content
Snippets Groups Projects
Commit b7b74eae authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #14247 TIME 0:05 fix note notifications typo

parent e06b6e43
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ switch ($request) {
$select = 'SELECT distinct us.*';
$from = ' FROM listinstance li JOIN users us ON li.item_id = us.user_id';
$where = " WHERE AND li.item_mode = 'sign' "
$where = " WHERE li.item_mode = 'sign' "
.'and process_date IS NULL ';
$arrayPDO = array(':recordid' => $event->record_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment