AADS#41438 Locatie-scope voor putorders van contracten toegevoegd

svn path=/Website/trunk/; revision=35008
This commit is contained in:
2017-08-18 08:16:13 +00:00
parent 5619abc6ee
commit c60aa91044

View File

@@ -47,7 +47,7 @@ function sendAllOrders()
while (!oRs.Eof)
{
var Bedrijf_key = oRs("prs_bedrijf_key").value;
var prs_loc_key = oRs("alg_locatie_key").value;
var prs_loc_key = oRs("alg_locatie_key").value||-1;
var XMLnode = oRs("xmlnode").value;
var OpdrKey = oRs("key").value;
var ordernr = oRs("reference").value;