Index: APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml
===================================================================
diff -u -r56379 -r57640
--- APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 56379)
+++ APPS/EDI/common/impl/LegacyConverter/LegacyNaarEdi.cls.xml (.../LegacyNaarEdi.cls.xml) (revision 57640)
@@ -8,6 +8,11 @@
1
+
+APPS.EDI.common.impl.LegacyConverter.TbxMatCodeConverter
+1
+
+
%String
1
@@ -35,6 +40,8 @@
1
@@ -55,7 +62,7 @@
Do ..ConvertInschuifElement(Product,TBXProduct)
Do ..ConvertCorpusWandDikte(Product,TBXProduct)
Do ..ConvertLadeType(Product,TBXProduct)
- Do ..ConvertMat(Product,TBXProduct)
+ Do ..TbxMatCodeConverter.ConverteerLegacyMatCodeNaarEdi(Product,TBXProduct)
Do ..ConvertGreepEnMeenemer(Product,TBXProduct)
Do ..ConvertVerlaagdeRug(Product,TBXProduct)
Do ..ConvertUitsparingen(Product,TBXProduct)
@@ -213,38 +220,6 @@
]]>
-
-
-1
-
-
-
1
Index: APPS/EDI/common/impl/LegacyConverter/TbxMatCodeConverter.cls.xml
===================================================================
diff -u
--- APPS/EDI/common/impl/LegacyConverter/TbxMatCodeConverter.cls.xml (revision 0)
+++ APPS/EDI/common/impl/LegacyConverter/TbxMatCodeConverter.cls.xml (revision 57640)
@@ -0,0 +1,69 @@
+
+
+
+TECH.RegisteredObject
+
+
+Product:APPS.PM.Maatwerk.dto.TBXKenmerkenLegacy,TBXProduct:APPS.EDI.common.dto.v001.LadeTBX
+
+
+
+
+Product:APPS.EDI.common.dto.v001.LadeTBX,TBXProduct:APPS.PM.Maatwerk.dto.TBXKenmerkenLegacy
+
+
+
+
+Product:APPS.PM.Maatwerk.dto.TBXKenmerkenLegacy
+1
+%String
+
+
+
+
+
+
Index: APPS/EDI/common/impl/LegacyConverter/EdiNaarLegacy.cls.xml
===================================================================
diff -u -r54422 -r57640
--- APPS/EDI/common/impl/LegacyConverter/EdiNaarLegacy.cls.xml (.../EdiNaarLegacy.cls.xml) (revision 54422)
+++ APPS/EDI/common/impl/LegacyConverter/EdiNaarLegacy.cls.xml (.../EdiNaarLegacy.cls.xml) (revision 57640)
@@ -13,6 +13,11 @@
1
+
+APPS.EDI.common.impl.LegacyConverter.TbxMatCodeConverter
+1
+
+
TBXLadeCodeBepaler:APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.TBXLadeCodeBepaler
1
@@ -22,6 +27,8 @@
@@ -41,7 +48,7 @@
Do ..ConvertFrontOndersteuningAantal(Product,TBXProduct)
Do ..ConvertGreepEnMeenemer(Product,TBXProduct)
Do ..ConvertInschuifElement(Product,TBXProduct)
- Do ..ConvertMat(Product,TBXProduct)
+ Do ..TbxMatCodeConverter.ConverteerEdiNaarLegacyMatCode(Product,TBXProduct)
Do ..ConvertLadeCodeKenmerken(Product,TBXProduct)
Do ..ConvertDwarsverdelingen(Product,TBXProduct)
Do ..ConvertFrontBevestiging(Product,TBXProduct)
@@ -151,28 +158,6 @@
]]>
-
-
-1
-
-
-
1