Index: APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml
===================================================================
diff -u -r65360 -r65917
--- 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 65917)
@@ -209,6 +209,12 @@
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 = Product.ItemMinTolerantieOpIB
+ If Product.ItemMinTolerantieOpIB = "" {
+ Set TBXProduct.MinTolerantieOpIB = $$$If(Product.ItemWD > 0, 1, 0)
+ }
]]>
@@ -327,7 +333,10 @@
1
%Integer