Index: DOM/PM/Maatwerk/TBX/DATA/StalenRugRepository.cls.xml =================================================================== diff -u -r67667 -r67668 --- DOM/PM/Maatwerk/TBX/DATA/StalenRugRepository.cls.xml (.../StalenRugRepository.cls.xml) (revision 67667) +++ DOM/PM/Maatwerk/TBX/DATA/StalenRugRepository.cls.xml (.../StalenRugRepository.cls.xml) (revision 67668) @@ -15,7 +15,7 @@ #dim DateTimeAPI As TECH.DateTime.DateTimeAPI = ##class(TECH.Context).Instance().GeefDateTimeAPI() #dim HuidigeDatum = DateTimeAPI.DateVoorQueries(DateTimeAPI.CurrentDate()) - Quit ..ZoekViaFilter("RugHoogte = ? and LadeKLeur = ? and InterneBreedte = ? and (GeldigTot >= ? or GeldigTOT is NULL) and (GeldigVan <= ? or GeldigVan is NULL) and Klantbeperking IN (NULL, ?)", $LB(RugHoogte, LadeKleur, InterneBreedte, HuidigeDatum, HuidigeDatum, KlantId)) + Quit ..ZoekViaFilter("RugHoogte = ? and LadeKLeur = ? and InterneBreedte = ? and (GeldigTot >= ? or GeldigTOT is NULL) and (GeldigVan <= ? or GeldigVan is NULL) and (Klantbeperking IS NULL or Klantbeperking = ?)", $LB(RugHoogte, LadeKleur, InterneBreedte, HuidigeDatum, HuidigeDatum, KlantId)) ]]>