Index: APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml =================================================================== diff -u -r37356 -r37436 --- APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 37356) +++ APPS/EDI/Bestel/impl/BestelService/UnishopBesteller.cls.xml (.../UnishopBesteller.cls.xml) (revision 37436) @@ -134,7 +134,7 @@ While FilterIterator.HasNext() { Try { #dim ProductLijn As APPS.EDI.common.dto.ProductLijn = FilterIterator.Next() - If ProductLijn.Product.%ClassName()="VoorgedefinieerdProduct" { + If ProductLijn.Product.Type = "PredefinedProduct" { Do ..VoegToeProductLijn(OfferteID,ProductLijn) } Else { Do ..VoegToeMaatwerkLijn(OfferteID,ProductLijn)