Index: APPS/Halux/PPS/Activiteit/impl/common/dto/OnderdelenPickingUitvoeringInfoRepository.cls.xml =================================================================== diff -u -r70541 -r72201 --- APPS/Halux/PPS/Activiteit/impl/common/dto/OnderdelenPickingUitvoeringInfoRepository.cls.xml (.../OnderdelenPickingUitvoeringInfoRepository.cls.xml) (revision 70541) +++ APPS/Halux/PPS/Activiteit/impl/common/dto/OnderdelenPickingUitvoeringInfoRepository.cls.xml (.../OnderdelenPickingUitvoeringInfoRepository.cls.xml) (revision 72201) @@ -10,9 +10,9 @@ -ToeleveringID:%String +ToeleveringID:%String,BatchID:%String TECH.Iterator - Index: APPS/Halux/Planning/impl/BatchResetter.cls.xml =================================================================== diff -u -r31362 -r72201 --- APPS/Halux/Planning/impl/BatchResetter.cls.xml (.../BatchResetter.cls.xml) (revision 31362) +++ APPS/Halux/Planning/impl/BatchResetter.cls.xml (.../BatchResetter.cls.xml) (revision 72201) @@ -70,7 +70,7 @@ Batch:APPS.Halux.common.Batch 1 - Index: APPS/Halux/common/impl/BatchImpl.cls.xml =================================================================== diff -u -r62410 -r72201 --- APPS/Halux/common/impl/BatchImpl.cls.xml (.../BatchImpl.cls.xml) (revision 62410) +++ APPS/Halux/common/impl/BatchImpl.cls.xml (.../BatchImpl.cls.xml) (revision 72201) @@ -452,7 +452,7 @@ %Boolean - 0 ) + 0 ) ]]> Index: APPS/Halux/PPS/DocumentGenerator/PickingOnderdelen.cls.xml =================================================================== diff -u -r71179 -r72201 --- APPS/Halux/PPS/DocumentGenerator/PickingOnderdelen.cls.xml (.../PickingOnderdelen.cls.xml) (revision 71179) +++ APPS/Halux/PPS/DocumentGenerator/PickingOnderdelen.cls.xml (.../PickingOnderdelen.cls.xml) (revision 72201) @@ -82,9 +82,9 @@ } If (..Batch.GeefCategorie() = ##class(APPS.Halux.common.enu.Categorie).Legrabox()) { - Do ..TriggerLBXPickingOnderdelenAansturingActiePerToelevering(Toelevering.GeefID()) + Do ..TriggerLBXPickingOnderdelenAansturingActiePerToelevering(Toelevering.GeefID(), Batch.GeefID()) } ElseIf (..Batch.GeefCategorie() = ##class(APPS.Halux.common.enu.Categorie).TAORbox()) { - Do ..TriggerTAXPickingOnderdelenAansturingActiePerToelevering(Toelevering.GeefID()) + Do ..TriggerTAXPickingOnderdelenAansturingActiePerToelevering(Toelevering.GeefID(), Batch.GeefID()) } Do ..MaakBestand(Toelevering, BestandNaam, ..Batch.GeefCategorie()) @@ -310,11 +310,11 @@ -ToeleveringID:%String +ToeleveringID:%String,BatchID:%String 1 -ToeleveringID:%String +ToeleveringID:%String,BatchID:%String 1