Index: vhUnitTest/AXimpl/Utils/ConvertReqGroupId/Test.cls.xml
===================================================================
diff -u -r44863 -r44865
--- vhUnitTest/AXimpl/Utils/ConvertReqGroupId/Test.cls.xml (.../Test.cls.xml) (revision 44863)
+++ vhUnitTest/AXimpl/Utils/ConvertReqGroupId/Test.cls.xml (.../Test.cls.xml) (revision 44865)
@@ -405,6 +405,24 @@
]]>
+
+
+
+
1
AX.Uitgaand.PM.Product.impl.Product
Index: AXimpl/Utils.cls.xml
===================================================================
diff -u -r44863 -r44865
--- AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 44863)
+++ AXimpl/Utils.cls.xml (.../Utils.cls.xml) (revision 44865)
@@ -271,7 +271,10 @@
If ((Herbestelsurplus = "") && (Herbestelafronding ="") && (LeverancierNummer = "6051")) {
Set ReqGroupId = "BTO"
- }} Else {
+ } ElseIf (StockNietStock = "1"){
+ If (LeverancierNummer = "5898"){
+ Set ReqGroupId = "BTS Vallin"
+ }}} Else {
Write !,"Geef als parameter ofwel VHBE, ofwel HLX mee!"
}