Index: APPS/EDI/common/impl/LegacyConverter/EdiNaarLegacy.cls.xml =================================================================== diff -u -r65615 -r65917 --- APPS/EDI/common/impl/LegacyConverter/EdiNaarLegacy.cls.xml (.../EdiNaarLegacy.cls.xml) (revision 65615) +++ APPS/EDI/common/impl/LegacyConverter/EdiNaarLegacy.cls.xml (.../EdiNaarLegacy.cls.xml) (revision 65917) @@ -342,6 +342,7 @@ Do ConvertData.Add("LadeDiepte","ItemLD") Do ConvertData.Add("BodemKleur","ItemKB") Do ConvertData.Add("CorpusBreedte","ItemCB") + Do ConvertData.Add("MinTolerantieOpIB","ItemMinTolerantieOpIB") Do ConvertData.Add("ZijwandVerhogingType","ItemBX", "Set Output = $Case(Input, ""NoGallery"":""ZR"", ""SimpleGallery"":""ER"", ""DesignElement"":""INSCHF"")") Do ConvertData.Add("Draagkracht","ItemDK") Do ConvertData.Add("HeeftZijstabilisering","ItemSB") Index: APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml =================================================================== diff -u -r65903 -r65917 --- APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 65903) +++ APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 65917) @@ -211,7 +211,10 @@ } // 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) + Set TBXProduct.MinTolerantieOpIB = Product.ItemMinTolerantieOpIB + If Product.ItemMinTolerantieOpIB = "" { + Set TBXProduct.MinTolerantieOpIB = $$$If(Product.ItemWD > 0, 1, 0) + } ]]> @@ -330,7 +333,10 @@ 1 %Integer