Skip to content
Snippets Groups Projects
Commit bf27787b authored by Vinciane's avatar Vinciane
Browse files

FIX #9349 debug

parent ab0b044c
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ abstract class ListInstanceModelAbstract
'select' => empty($aArgs['select']) ? ['*'] : $aArgs['select'],
'table' => ['listinstance li', 'res_letterbox res', 'mlb_coll_ext mlb'],
'left_join' => ['li.res_id = res.res_id', 'res.res_id = mlb.res_id'],
'where' => ['res.dest_user = ?', 'li.difflist_type = ?', 'mlb.closing_date is null'],
'where' => ['res.dest_user = ?', 'li.difflist_type = ?', 'mlb.closing_date is null', 'res.status not in (?)'],
'data' => [$aArgs['id'], 'entity_id', ['END', 'DEL']],
'order_by' => ['res_id ASC']
]);
......
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