Index: EWTOE.mac.rou =================================================================== diff -u -r47797 -r49732 --- EWTOE.mac.rou (.../EWTOE.mac.rou) (revision 47797) +++ EWTOE.mac.rou (.../EWTOE.mac.rou) (revision 49732) @@ -530,7 +530,7 @@ If ORDNr,OLNr Set KLNr=$P(^KO1(ORDNr,"F"),D),R=^KOD(KLNr,"F",ORDNr,OLNr),OLUNr=$P(R,D,15) Do RCPPAL^EWPAL(PRNr,$G(C("PALETID")),ORDNr,OLUNr,Aantal) Do TOELINE(,TOENr,TLUNr,,Aantal,BOAantal,"",1,.WMS) - Do MARKTBXFINISHED(TOENr,TLUNr,Aantal,BOAantal,PRNr) + Do MARKTBXFINISHED(TOENr,TLUNr,Aantal,BOAantal,PRNr,ORDNr,OLUNr) Do CHKDEL^FLOWTOE(TOENr) If $G(KLNr),ORDNr,LEVNr=$$$LevHalux,'$D(^KTO1(TOENr)) { Do ##class(BL.Legacy.EWTOE).ZetOpManueelDoorsturenIndienNietHaalbaar(ORDNr) @@ -553,7 +553,7 @@ } Quit -MARKTBXFINISHED(TOENr,TLUNr,Aantal,BOAantal,PRNr) +MARKTBXFINISHED(TOENr,TLUNr,Aantal,BOAantal,PRNr,ORDNr,OLUNr) New rset,BatchID Set rset = ##class(%ResultSet).%New("DOM.PM.Maatwerk.TBX.HaluxWerkoverzichtHelper:qGeefQueueIDs") Do rset.Execute(TOENr,TLUNr) @@ -567,7 +567,7 @@ GROUP BY TOENr) For i=1:1:Aantal { - Set LadeGerecepteerdEventData = ##class(TECH.Events.LadeGerecepteerdEventData).%New(TOENr,TLUNr,PRNr,BatchID,"-1") + Set LadeGerecepteerdEventData = ##class(TECH.Events.LadeGerecepteerdEventData).%New(TOENr,TLUNr,PRNr,BatchID,"-1",ORDNr,OLUNr) Set LadeGerecepteerdEvent = ##class(TECH.Events.LadeGerecepteerdEvent).%New(LadeGerecepteerdEventData) Do ##class(TECH.Context).Instance().GeefPubSubAPI().GeefEventRaiser().RaiseEventAsync(LadeGerecepteerdEvent) } @@ -707,4 +707,3 @@ - Index: AXimpl/Dynamics/SalesLineStatusOut/EventHandler/SalesLineStatusUpdate.cls.xml =================================================================== diff -u -r49712 -r49732 --- AXimpl/Dynamics/SalesLineStatusOut/EventHandler/SalesLineStatusUpdate.cls.xml (.../SalesLineStatusUpdate.cls.xml) (revision 49712) +++ AXimpl/Dynamics/SalesLineStatusOut/EventHandler/SalesLineStatusUpdate.cls.xml (.../SalesLineStatusUpdate.cls.xml) (revision 49732) @@ -103,11 +103,7 @@ Event:TECH.Events.LadeGerecepteerdEvent 1 AXimpl.Request - Index: zTryout/KCA/GooiEvent.cls.xml =================================================================== diff -u -r49718 -r49732 --- zTryout/KCA/GooiEvent.cls.xml (.../GooiEvent.cls.xml) (revision 49718) +++ zTryout/KCA/GooiEvent.cls.xml (.../GooiEvent.cls.xml) (revision 49732) @@ -278,7 +278,7 @@ 1