diff --git a/CUST/STPH/custfunctions.wsc b/CUST/STPH/custfunctions.wsc index 0b767990c3..9246f731c9 100644 --- a/CUST/STPH/custfunctions.wsc +++ b/CUST/STPH/custfunctions.wsc @@ -87,8 +87,8 @@ function (RequestForm, bes_srtdeel_key, item, pResult) } - // Alleen voor leverancier Bidfood (voorheen Deli XL) uitvoeren (prs_bedrijf_key = 360) - if (bedr_key == 1873) + // Alleen voor leverancier Bidfood (voorheen Deli XL) uitvoeren (prs_bedrijf_key = 7461) + if (bedr_key == 7461) { // Alleen voor eerste item de leverdatum en bestellingid opvragen. Is toch voor elk item identiek. if (item == 1) { @@ -133,8 +133,8 @@ function (RequestForm, bes_srtdeel_key, item, pResult) result.orderurl = result.orderurl + "&adres_key=" + mld_adres_key; } } - - + } + } return result; }