Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml =================================================================== diff -u -r35934 -r36082 --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 35934) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 36082) @@ -48,6 +48,11 @@ 1 + +APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.ZijkantHoogteValidator +1 + + Product:APPS.EDI.common.dto.v001.LadeTBX %Boolean @@ -69,7 +74,8 @@ ..InschuifElementValidator.IsValid() && ..MatValidator.IsValid() && ..DwarsverdelingValidator.IsValid() && - ..UitsparingValidator.IsValid() + ..UitsparingValidator.IsValid() && + ..ZijkantHoogteValidator.IsValid() ]]> Index: APPS/EDI/common/dto/v001/LadeTBX.cls.xml =================================================================== diff -u -r36042 -r36082 --- APPS/EDI/common/dto/v001/LadeTBX.cls.xml (.../LadeTBX.cls.xml) (revision 36042) +++ APPS/EDI/common/dto/v001/LadeTBX.cls.xml (.../LadeTBX.cls.xml) (revision 36082) @@ -63,15 +63,15 @@ TECH.Numeric + +TECH.String + + - -type DOM.PM.enu.TBXRugwandMateriaal TECH.String - - -type DOM.PM.enu.TBXRugwandMateriaal + TECH.String Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/ZijkantHoogteValidator.cls.xml =================================================================== diff -u --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/ZijkantHoogteValidator.cls.xml (revision 0) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/ZijkantHoogteValidator.cls.xml (revision 36082) @@ -0,0 +1,32 @@ + + + +TECH.RegisteredObject,TECH.Validator.Validator + + +APPS.EDI.common.dto.v001.LadeTBX +1 + + + +Product:APPS.EDI.common.dto.v001.LadeTBX +1 +%Status + + + + +%Boolean + + + + + + Index: EXT/Unishop/PurchaseOrder001/CreateOrder/LadeEigenschappenTBX.cls.xml =================================================================== diff -u -r36045 -r36082 --- EXT/Unishop/PurchaseOrder001/CreateOrder/LadeEigenschappenTBX.cls.xml (.../LadeEigenschappenTBX.cls.xml) (revision 36045) +++ EXT/Unishop/PurchaseOrder001/CreateOrder/LadeEigenschappenTBX.cls.xml (.../LadeEigenschappenTBX.cls.xml) (revision 36082) @@ -37,6 +37,11 @@ + +TECH.String + + + TECH.String @@ -234,6 +239,9 @@ RugwandMateriaal + +ZijkantHoogte + Index: vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/ZijkantHoogteValidator/Test.cls.xml =================================================================== diff -u --- vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/ZijkantHoogteValidator/Test.cls.xml (revision 0) +++ vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/ZijkantHoogteValidator/Test.cls.xml (revision 36082) @@ -0,0 +1,75 @@ + + + +vhUnitTest.TestCase + + + + + + + + + + + + + + + + + + + +