Index: APPS/EC/Winkelkar/impl/LijnNaarDtoVisitor.cls.xml =================================================================== diff -u -r39234 -r39391 --- APPS/EC/Winkelkar/impl/LijnNaarDtoVisitor.cls.xml (.../LijnNaarDtoVisitor.cls.xml) (revision 39234) +++ APPS/EC/Winkelkar/impl/LijnNaarDtoVisitor.cls.xml (.../LijnNaarDtoVisitor.cls.xml) (revision 39391) @@ -69,6 +69,8 @@ Set Lijn.PakketReferentie = ProductLijn.PakketReferentie Set Lijn.Omschrijving = ProductLijn.Product.KortTekst Set Lijn.TotaalPrijs = ProductLijn.GeefEindklantTotaalPrijs() + Set Lijn.ProductId = ProductLijn.GeefProductId() + Do ..VoegToeLijn(Lijn) Quit $$$OK ]]>