Index: APPS/PM/Maatwerk/TBX/Conversie/KenmerkConvertor.cls.xml =================================================================== diff -u -r38816 -r38866 --- APPS/PM/Maatwerk/TBX/Conversie/KenmerkConvertor.cls.xml (.../KenmerkConvertor.cls.xml) (revision 38816) +++ APPS/PM/Maatwerk/TBX/Conversie/KenmerkConvertor.cls.xml (.../KenmerkConvertor.cls.xml) (revision 38866) @@ -33,10 +33,10 @@ Do ..Controleer(TBXKenmerken.Antislipmat,Product.GeefAntislipmat(),"Antislipmat", ErrorLijst) Do ..IsValid(TBXKenmerken.Antislipmat,"DOM.PM.enu.TBXAntislipmat", ErrorLijst) - Set:(Product.GeefBlumotion() = ##class(DOM.PM.enu.TBXBlumotion).Geintegreerd()) TBXKenmerken.Blumotion = ##class(DOM.PM.enu.TBXGeleiderTechnologie).Blumotion() + Set TBXKenmerken.Blumotion = (Product.GeefBlumotion() = ##class(DOM.PM.enu.TBXBlumotion).Geintegreerd()) Do ..Controleer(TBXKenmerken.Blumotion,Product.GeefBlumotion(),"Blumotion", ErrorLijst) - Set:(Product.GeefBlumotion() = ##class(DOM.PM.enu.TBXBlumotion).TipOn()) TBXKenmerken.GeleiderTechnologie = ##class(DOM.PM.enu.TBXGeleiderTechnologie).Tipon() + Set TBXKenmerken.TipOn = (Product.GeefBlumotion() = ##class(DOM.PM.enu.TBXBlumotion).TipOn()) Do ..Controleer(TBXKenmerken.TipOn,Product.GeefBlumotion(),"TipOn", ErrorLijst) Set TBXKenmerken.BodemKleur = Product.GeefBodemKleur()