Index: vhUnitTest/AXimpl/Utils/ConvertReqGroupId/Test.cls.xml =================================================================== diff -u -r44874 -r44875 --- vhUnitTest/AXimpl/Utils/ConvertReqGroupId/Test.cls.xml (.../Test.cls.xml) (revision 44874) +++ vhUnitTest/AXimpl/Utils/ConvertReqGroupId/Test.cls.xml (.../Test.cls.xml) (revision 44875) @@ -585,6 +585,25 @@ ]]> + + + + 1 AX.Uitgaand.PM.Product.impl.Product Index: AXimpl/Utils.cls.xml =================================================================== diff -u -r44874 -r44875 --- AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 44874) +++ AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 44875) @@ -269,7 +269,7 @@ #dim Herbestelafronding As %String = Product.Basis.HerbestelAfronding #dim DefaultOrderTypeHLX As %String = ..ConvertDefaultOrderType(Firma,Product) - If ((Herbestelsurplus = "") && (Herbestelafronding ="") && (LeverancierNummer = "6051")) { + If ((Herbestelsurplus = "") && (Herbestelafronding = "") && (LeverancierNummer = "6051")) { Set ReqGroupId = "BTO" } ElseIf (StockNietStock = "1"){ If (LeverancierNummer = "5898"){ @@ -292,7 +292,9 @@ Set ReqGroupId = "BTS Beneen" }ElseIf (LeverancierNummer = "6892"){ Set ReqGroupId = "BTS AngstP" - }}} Else { + }} ElseIf ((Herbestelsurplus '= "") && (Herbestelafronding '= "") && (LeverancierNummer = "6051")){ + Set ReqGroupId = "BTS-IC" + }} Else { Write !,"Geef als parameter ofwel VHBE, ofwel HLX mee!" }