From 200e01245338ce15056ce25bfabaefd52b76dab6 Mon Sep 17 00:00:00 2001 From: Arthur Egberink Date: Fri, 21 Apr 2017 12:12:35 +0000 Subject: [PATCH] YKPN#40277 -- Parkeerplaatsen in Zoetermeer worden niet in Nedap systeem geboekt svn path=/Website/branches/v2016.3/; revision=33566 --- CUST/YKPN/export/pincode2nedap.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CUST/YKPN/export/pincode2nedap.js b/CUST/YKPN/export/pincode2nedap.js index 6a73203878..122a4c9ab4 100644 --- a/CUST/YKPN/export/pincode2nedap.js +++ b/CUST/YKPN/export/pincode2nedap.js @@ -42,7 +42,14 @@ try { v_van = oRs("v_van").Value; v_tot = oRs("v_tot").Value; v_template = oRs("template").Value; - v_countergroup = oRs("countergroup").Value; + if (oRs("countergroup").Value == null ) + { + v_countergroup = ""; + } + else + { + v_countergroup = oRs("countergroup").Value; + } v_bez_bezoekers_key = oRs("bez_bezoekers_key").Value; var XMLReq= ''