Index: APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml
===================================================================
diff -u -r39696 -r39710
--- APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 39696)
+++ APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 39710)
@@ -60,6 +60,7 @@
Do ..ConvertVerlaagdeRug(Product,TBXProduct)
Do ..ConvertUitsparingen(Product,TBXProduct)
Do ..ConvertNietMeeleveren(Product,TBXProduct)
+ Do ..ConvertVerpakkingZonderOnderdelen(Product,TBXProduct)
Quit TBXProduct
]]>
@@ -317,6 +318,26 @@
]]>
+
+
+1
+
+
+
1
Index: vhUnitTest/APPS/EDI/common/impl/LegacyConverter/ConverteerLegacyNaarEdi/Test.cls.xml
===================================================================
diff -u -r39696 -r39710
--- vhUnitTest/APPS/EDI/common/impl/LegacyConverter/ConverteerLegacyNaarEdi/Test.cls.xml (.../Test.cls.xml) (revision 39696)
+++ vhUnitTest/APPS/EDI/common/impl/LegacyConverter/ConverteerLegacyNaarEdi/Test.cls.xml (.../Test.cls.xml) (revision 39710)
@@ -534,6 +534,21 @@
Do $$$AssertEquals(GeconverteerdProduct.UitsparingDataBreedteY,140)
]]>
+
+
+
+