Index: APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml =================================================================== diff -u -r54164 -r54174 --- APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 54164) +++ APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 54174) @@ -215,7 +215,7 @@ #dim ProductID As %String Set ProductID = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller.ProductIdBepaler).%New().BepaalProductId(##class(DOM.DomeinContext).Instance().GeefLegacyPartijAPI().GeefKlantNummerVoorPartijID(Offerte.GeefKlantID()), Lijn.Product) - Do ..OfferteService.VoegToeProduct(Offerte, ProductID, Lijn.Aantal, Lijn.Product.PakketReferentie, Lijn.Referentie) + Do ..OfferteService.VoegToeProduct(Offerte, ProductID, Lijn.Aantal, Lijn.Product.PakketReferentie, Lijn.Referentie, , Lijn.Nummer) ]]>