Index: APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml =================================================================== diff -u -r65360 -r65903 --- APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 65360) +++ APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 65903) @@ -209,6 +209,9 @@ Set TBXProduct.CorpusWandDikte = Product.ItemWD Set TBXProduct.IsBinnenbreedte = $$$False } + + // MinTolerantieOpIB : op de Legacy-laag bestaat de property "ItemMTIB" nog niet, dus voorlopig alleen default waarde (geen afwijkend gedrag) + Set TBXProduct.MinTolerantieOpIB = $$$If(Product.ItemWD > 0, 1, 0) ]]>