Index: HADOPV.mac.rou =================================================================== diff -u -r58527 -r58618 --- HADOPV.mac.rou (.../HADOPV.mac.rou) (revision 58527) +++ HADOPV.mac.rou (.../HADOPV.mac.rou) (revision 58618) @@ -744,10 +744,10 @@ ; Event bij het doorsturen van een lijn naar AX OrderlijnStatusGewijzigd(FabKey,Status) - New KlaargezetVoorProductieEventData,KlaargezetVoorProductieEvent - Set KlaargezetVoorProductieEventData = ##class(BL.Legacy.HaluxProductieOpvolging.ProductToeleveringLijnKlaargezetVoorProductieEventData).%New(FabKey, Status) - Set KlaargezetVoorProductieEvent = ##class(BL.Legacy.HaluxProductieOpvolging.ProductToeleveringLijnKlaargezetVoorProductieEvent).%New(KlaargezetVoorProductieEventData) - Do ##class(TECH.Context).Instance().GeefPubSubAPI().GeefEventRaiser().RaiseEventAsync(KlaargezetVoorProductieEvent) + New ProductToeleveringLijnKlaargezetVoorProductieEventData,ProductToeleveringLijnKlaargezetVoorProductieEvent + Set ProductToeleveringLijnKlaargezetVoorProductieEventData = ##class(BL.Legacy.HaluxProductieOpvolging.ProductToeleveringLijnKlaargezetVoorProductieEventData).%New(FabKey, Status) + Set ProductToeleveringLijnKlaargezetVoorProductieEvent = ##class(BL.Legacy.HaluxProductieOpvolging.ProductToeleveringLijnKlaargezetVoorProductieEvent).%New(ProductToeleveringLijnKlaargezetVoorProductieEventData) + Do ##class(TECH.Context).Instance().GeefPubSubAPI().GeefEventRaiser().RaiseEventAsync(ProductToeleveringLijnKlaargezetVoorProductieEvent) Quit OpenLabel(LabelCache)