FSN#41521 usertellingnotificatiejob werd iedere dag gestuurd ipv elke 90 dagen

svn path=/Database/branches/DB31/; revision=34826
This commit is contained in:
Peter Feij
2017-08-04 08:17:53 +00:00
parent 7fccebc7cb
commit 7aab075c79

View File

@@ -2133,7 +2133,7 @@ INSERT INTO fac_notificatie_job (fac_notificatie_job_view, fac_notificatie_job_o
-- Eens per kwartaal gaat er een mail naar de helpdesk als het aantal licenties van een klant niet overeenkomt met het daadwerkelijk aantal gebruikers.
INSERT INTO fac_notificatie_job (fac_notificatie_job_view, fac_notificatie_job_oms, fac_notificatie_job_mode, fac_notificatie_job_interval, fac_notificatie_job_nextrun, fac_notificatie_job_flags)
VALUES ('fac_v_noti_licentie', 'Notificatie bij afwijkende licenties.', 2, 24, (select add_months (trunc(SYSDATE, 'Q') + 0, 4) + 3/4 from dual), 1);
VALUES ('fac_v_noti_licentie', 'Notificatie bij afwijkende licenties.', 2, 2160, (select add_months (trunc(SYSDATE, 'Q') + 0, 4) + 3/4 from dual), 1);
// Settings hebben fac_functies nodig dus na fac_ini.src
#include "fac_set.src"