diff --git a/IVET/ivet.sql b/IVET/ivet.sql index 33d618080..cea6a10f2 100644 --- a/IVET/ivet.sql +++ b/IVET/ivet.sql @@ -4750,7 +4750,7 @@ AS AND t.prs_perslid_key NOT IN (rrr.res_rsv_ruimte_contact_key, rrr.res_rsv_ruimte_host_key) -- Niet door aanvrager of gastheer/vrouw AND sn.fac_srtnotificatie_code = 'CUST10' AND nj.fac_notificatie_job_view = 'IVET_V_NOTI_RES_VEILIGHINZ' - AND t.fac_tracking_datum > COALESCE (nj.fac_notificatie_job_lastrun, TRUNC (SYSDATE)) + AND t.fac_tracking_datum > COALESCE (nj.fac_notificatie_job_lastrun, TRUNC (SYSDATE)); ------ payload end ------