FCLT#90168 Iets duidelijkere putorders logging

svn path=/Website/branches/v2025.3/; revision=70703
This commit is contained in:
Jos Groot Lipman
2025-10-27 09:34:11 +00:00
parent 8e6bf43766
commit 72a96dc99f

View File

@@ -116,7 +116,7 @@ function sendNotification(ref_key, pcode, params)
} }
else 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) if ((S("puo_flags") & 2) == 2)
@@ -125,7 +125,7 @@ function sendNotification(ref_key, pcode, params)
} }
else 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) if (!what_sql.length)
@@ -150,7 +150,6 @@ function sendNotification(ref_key, pcode, params)
var notiAPPed = 0; var notiAPPed = 0;
var notiSYSed = 0; var notiSYSed = 0;
var notiPRSed = 0; var notiPRSed = 0;
var now = new Date();
// Strikt genomen moet dit binnen de loop omdat er tijdens de loop // Strikt genomen moet dit binnen de loop omdat er tijdens de loop
// ongewenste notificaties kunnen zijn bijgekomen. Dat gaat me te ver // ongewenste notificaties kunnen zijn bijgekomen. Dat gaat me te ver