FCLT#57349 YKPN AiAi bij opvragen voorraadinfo
svn path=/Website/branches/v2019.1/; revision=42019
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user