Index: vhTest/Fake/AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml
===================================================================
diff -u -r42541 -r43634
--- vhTest/Fake/AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml (.../VoorraadInstellingCalculator.cls.xml) (revision 42541)
+++ vhTest/Fake/AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml (.../VoorraadInstellingCalculator.cls.xml) (revision 43634)
@@ -16,11 +16,15 @@
Getal:%Decimal,Nauwkeurigheid:%Integer
+1
+%Decimal
Getal:%Decimal,MinBeduidendeCijfers:%Integer,AfrondenBeduidendeCijfers:%Integer
+1
+%Decimal
Index: vhTest/Mock/AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml
===================================================================
diff -u -r42873 -r43634
--- vhTest/Mock/AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml (.../VoorraadInstellingCalculator.cls.xml) (revision 42873)
+++ vhTest/Mock/AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml (.../VoorraadInstellingCalculator.cls.xml) (revision 43634)
@@ -8,40 +8,12 @@
AX.Uitgaand.PM.VrijgegProduct.impl.VoorraadInstellingCalculator,Tools.Mock.MockClassBase
right
-
-Getal:%Decimal,Nauwkeurigheid:%Integer
-
-
-
-
-Getal:%Decimal,MinBeduidendeCijfers:%Integer,AfrondenBeduidendeCijfers:%Integer
-
-
-
-
-
-
-
-
-
-
-
PRNr:%String
AX.Uitgaand.PM.VrijgegProduct.impl.VoorraadInstelling
-
-
-%Decimal
-
-
Index: AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml
===================================================================
diff -u -r42976 -r43634
--- AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml (.../VoorraadInstellingCalculator.cls.xml) (revision 42976)
+++ AX/Uitgaand/PM/VrijgegProduct/impl/VoorraadInstellingCalculator.cls.xml (.../VoorraadInstellingCalculator.cls.xml) (revision 43634)
@@ -18,22 +18,27 @@
%Decimal
+1
%Decimal
+1
%Decimal
+1
%Decimal
+1
%String
+1
@@ -88,7 +93,11 @@
}
ElseIf (..BerekendBestelQty > ..PalletAantal) && (..PalletAantal > 0)
{
- Set ..VoorraadInstelling.BestelVeelvoud = ..PalletAantal
+ #dim LeverancierNummer As %String = $$$ProductGet(..PRNr,$$$LeveranciersNr)
+ #dim IsBlum As %Boolean = (LeverancierNummer = "5005")
+ If IsBlum {
+ Set ..VoorraadInstelling.BestelVeelvoud = ..PalletAantal
+ }
Set ..VoorraadInstelling.BestelMinimum = ..BerekendBestelQty
Set ..Calc = 2
}
@@ -110,43 +119,51 @@
+1
1
+%Integer
Getal:%Decimal,MinBeduidendeCijfers:%Integer,AfrondenBeduidendeCijfers:%Integer
+1
+%Decimal
MinBeduidendeCijfers) AfrondenBeduidendeCijfers = MinBeduidendeCijfers
Set Getal = +$J(Getal,0,0)
Set BeduidendeCijfers = $L(Getal)
@@ -158,11 +175,14 @@
Getal:%Decimal,Nauwkeurigheid:%Integer
+1
+%Decimal
+1
%Decimal
+1