FCLT#57349 YKPN AiAi bij opvragen voorraadinfo

svn path=/Website/branches/v2019.1/; revision=42019
This commit is contained in:
Jos Groot Lipman
2019-04-09 11:21:25 +00:00
parent 140a9e72f3
commit a6ee0af474

View File

@@ -156,7 +156,9 @@ var JSON_Result = true;
Response.End;
}
var prs_ba_xsl = custpath + "/" + (oRs("prs_bedrijfadres_xsl").Value || "").toLowerCase();
var prs_ba_xsl = "";
if (oRs("prs_bedrijfadres_xsl").Value)
var prs_ba_xsl = custpath + "/" + oRs("prs_bedrijfadres_xsl").Value.toLowerCase();
var res = getSupplierStock(oRs("bes_srtgroep_omschrijving").Value,
oRs("bes_srtdeel_nr").Value,
oRs("prs_bedrijfadres_url").Value,