Index: APPS/Halux/PPS/impl/AansturingActie/common/ZaagBlad.cls.xml =================================================================== diff -u -r60460 -r60480 --- APPS/Halux/PPS/impl/AansturingActie/common/ZaagBlad.cls.xml (.../ZaagBlad.cls.xml) (revision 60460) +++ APPS/Halux/PPS/impl/AansturingActie/common/ZaagBlad.cls.xml (.../ZaagBlad.cls.xml) (revision 60480) @@ -15,12 +15,13 @@ #dim Batch As APPS.Halux.common.Batch = ##class(APPS.ApplicatieContext).Instance().GeefProductieAPI().GeefBatchService().GeefBatch(BatchID) #dim LeanBatch As BL.PPS.TBX.LeanBatch = ##class(BL.PPS.TBX.LeanBatch).%New() #dim Printer As %String = ..GeefUitvoeringParameter(##class(APPS.Halux.PPS.enu.UitvoeringParameter).Printer()) - If (Batch.GeefLijn() = ##class(APPS.Halux.common.enu.ProductieLijn).Een()) { If ..IsProductiegroepPlus(Batch) { - Do LeanBatch.PrintProPlus(BatchID, "Z", 1, 9999, Printer) ;1 en 9999 zijn de standaardwaarden + Do LeanBatch.PrintProPlus(BatchID, "Z", "", "", 1, 9999, Printer) ;1 en 9999 zijn de standaardwaarden + } ElseIf ..IsProductiegroepKast(Batch) { - Do LeanBatch.PrintCabinet(BatchID, "Z", "", 1, 9999, Printer) + Do LeanBatch.PrintCabinet(BatchID, "Z", "", "", 1, 9999, Printer) + } Else { ; Productiegroep Pallet of Stuk Do LeanBatch.PrintV1(BatchID, Batch.GeefProductieGroep(), "Z", "", 1, 9999, Printer) }