Index: BL/PPS/OL/Inpak.cls.xml
===================================================================
diff -u -r31370 -r31371
--- BL/PPS/OL/Inpak.cls.xml (.../Inpak.cls.xml) (revision 31370)
+++ BL/PPS/OL/Inpak.cls.xml (.../Inpak.cls.xml) (revision 31371)
@@ -105,6 +105,23 @@
+
+BL.PPS.OL.Inpak.MultiCountBepaler
+1
+1
+
+
+
+1
+1
+%Status
+1
+
+
+
Open : Initialiseren van object (properties + ophalen sequentie)
@@ -655,7 +672,7 @@
/// of het product is wel geprint, en het is géén multicount (m/n) dwz dat product twee keer als lijn in de bon zit.
/// Let op: pxInpakInfo.PRNr kan leeg zijn, als het object een verzameldoos (voor bvb matjes of viltclips) betreft.
#dim isVerzameldoos As %Boolean = ("" = pxInpakInfo.PRNr)
- #dim AantalMultiCount As %Integer = ..GeefAantalMultiCount(pxInpakInfo.PRNr)
+ #dim AantalMultiCount As %Integer = ..MultiCountBepaler.GeefAantalMultiCount(pxInpakInfo.PRNr)
#dim ModuloFrequentieOpAantalMultiCount As %Integer = 1
If 'isVerzameldoos {
Set ModuloFrequentieOpAantalMultiCount = ##class(TECH.Math).Modulo(GeprinteProducten.GeefFrequentieVanItem(pxInpakInfo.PRNr),AantalMultiCount)
@@ -809,7 +826,7 @@
1 {
#dim Step As %Integer
For Step=1:1:MultiCount {
@@ -854,32 +871,6 @@
]]>
-
-
-bepalen of er meer dan 1 doos is voor dit product
-EN bepalen of er meer dan 1 product in de doos zit
-ProductID:%String
-1
-%Integer
-
-
-
pxLabel:BL.Sys.pxLabel,PRNr:%String
1
Index: BL/PPS/OL/Inpak/MultiCountBepaler.cls.xml
===================================================================
diff -u
--- BL/PPS/OL/Inpak/MultiCountBepaler.cls.xml (revision 0)
+++ BL/PPS/OL/Inpak/MultiCountBepaler.cls.xml (revision 31371)
@@ -0,0 +1,33 @@
+
+
+
+TECH.RegisteredObject
+
+
+
+bepalen of er meer dan 1 doos is voor dit product
+EN bepalen of er meer dan 1 product in de doos zit
+ProductID:%String
+%Integer
+
+
+
+
+
+