Index: APPS/EDI/common/dto/v001/LadeTBX.cls.xml =================================================================== diff -u -r35754 -r35757 --- APPS/EDI/common/dto/v001/LadeTBX.cls.xml (.../LadeTBX.cls.xml) (revision 35754) +++ APPS/EDI/common/dto/v001/LadeTBX.cls.xml (.../LadeTBX.cls.xml) (revision 35757) @@ -10,6 +10,22 @@ LadeTBX + + +TECH.String + + + +TECH.String + + + +TECH.String + + + +TECH.String + Index: vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter/Test.cls.xml =================================================================== diff -u -r35754 -r35757 --- vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter/Test.cls.xml (.../Test.cls.xml) (revision 35754) +++ vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter/Test.cls.xml (.../Test.cls.xml) (revision 35757) @@ -54,6 +54,136 @@ Do $$$AssertEquals(WebOrderLijn.ItemCB,"1000") ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter.cls.xml =================================================================== diff -u -r35754 -r35757 --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter.cls.xml (.../ProductConverter.cls.xml) (revision 35754) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter.cls.xml (.../ProductConverter.cls.xml) (revision 35757) @@ -41,6 +41,16 @@ Do ConvertData.Add("LadeDiepte","ItemLD") Do ConvertData.Add("BodemKleur","ItemKB") Do ConvertData.Add("CorpusBreedte","ItemCB") + Do ConvertData.Add("CorpusWandDikte","ItemWD") + Do ConvertData.Add("FrontBevestiging","ItemFB") + Do ConvertData.Add("HeeftOpvullijstLinks","ItemOPVL") + Do ConvertData.Add("Dwarsverdeling","ItemDWV") + Do ConvertData.Add("ZijwandVerhogingType","ItemBX") + Do ConvertData.Add("KleurInschuifElement","ItemKV") + Do ConvertData.Add("Draagkracht","ItemDK") + Do ConvertData.Add("HeeftZijstabilisering","ItemSB") + Do ConvertData.Add("AntislipMat","ItemASM") + Do ConvertData.Add("VerpakkingType","ItemVPK") Quit ConvertData ]]>