From 72a96dc99ff10f445ab4ba2ce5875c601563a52c Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Mon, 27 Oct 2025 09:34:11 +0000 Subject: [PATCH] FCLT#90168 Iets duidelijkere putorders logging svn path=/Website/branches/v2025.3/; revision=70703 --- UTILS/PutOrders/puo_notifications.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/UTILS/PutOrders/puo_notifications.js b/UTILS/PutOrders/puo_notifications.js index 908a8a8ea2..853f916a61 100644 --- a/UTILS/PutOrders/puo_notifications.js +++ b/UTILS/PutOrders/puo_notifications.js @@ -116,7 +116,7 @@ function sendNotification(ref_key, pcode, params) } else { - Log2File(1, "====== Skipping actual notification sending because of puo_flags"); + Log2File(1, "====== Skipping actual notification sending because of puo_flags&1==0"); } if ((S("puo_flags") & 2) == 2) @@ -125,7 +125,7 @@ function sendNotification(ref_key, pcode, params) } else { - Log2File(1, "====== Skipping actual order sending because of puo_flags"); + Log2File(1, "====== Skipping actual order sending because of puo_flags&2==0"); } if (!what_sql.length) @@ -150,7 +150,6 @@ function sendNotification(ref_key, pcode, params) var notiAPPed = 0; var notiSYSed = 0; var notiPRSed = 0; - var now = new Date(); // Strikt genomen moet dit binnen de loop omdat er tijdens de loop // ongewenste notificaties kunnen zijn bijgekomen. Dat gaat me te ver