Index: BL/PPS/TBX/SpoelbakLabelProcessor.cls.xml =================================================================== diff -u -r29059 -r58988 --- BL/PPS/TBX/SpoelbakLabelProcessor.cls.xml (.../SpoelbakLabelProcessor.cls.xml) (revision 29059) +++ BL/PPS/TBX/SpoelbakLabelProcessor.cls.xml (.../SpoelbakLabelProcessor.cls.xml) (revision 58988) @@ -10,23 +10,11 @@ 1 - -%Integer -1 - - - -BL.PPS.TBX.sub.pxLabelV1 -1 - - Spoelbak:%Boolean %Status @@ -38,33 +26,20 @@ #dim Super As %Boolean = ##super(label) #dim IsSpoelbak As %Boolean = label.IsSpoelbak() #dim IsProcess As %Boolean = 0 - If (..ToonSpoelbak) - { + + If (..ToonSpoelbak) { Set IsProcess = Super && IsSpoelbak + } Else { + Set IsProcess = 'IsSpoelbak } - Else - { - If IsSpoelbak { - Set ..SpoelbakCount = ..SpoelbakCount + 1 - Set IsProcess = 0 - } Else { - Set label.LadenAanPersCountBefore = ..SpoelbakCount - Set ..SpoelbakCount = 0 - Set ..LaatsteNietSpoelbakLabel = label - Set IsProcess = 1 - } - } + Quit IsProcess ]]> %Boolean - 0) { - Set ..LaatsteNietSpoelbakLabel.LadenAanPersCountAfter = ..SpoelbakCount - } - Quit 1 +