FCLT#56984 'scanners' ook de laatste notificatie datum laten opleveren
svn path=/Website/branches/v2019.1/; revision=41909
This commit is contained in:
@@ -83,7 +83,7 @@ for (; !fc1.atEnd(); fc1.moveNext())
|
||||
+ " FROM fac_tracking ft, fac_srtnotificatie fs, fac_v_orderqueue"
|
||||
+ " WHERE ft.fac_srtnotificatie_key = fs.fac_srtnotificatie_key"
|
||||
+ " AND ft.fac_tracking_refkey = fac_v_orderqueue.key"
|
||||
+ " AND fac_srtnotificatie_code = DECODE(xmlnode, 'opdracht' , 'ORDSNX', 'bestelling', 'BES2SX')";
|
||||
+ " AND fac_srtnotificatie_code = DECODE(xmlnode, 'opdracht' , 'ORDSNX', 'bestelopdr', 'BES2SX')";
|
||||
var oRs = xdOracle.Execute(sql);
|
||||
result.orderqueuefail = { count : oRs("failcount").Value,
|
||||
firstdatum: new Date(oRs("firstdatum").Value).getTime(),
|
||||
|
||||
Reference in New Issue
Block a user