Index: APPS/Halux/PPS/impl/Aansturing/AansturingActieUitvoerder.cls.xml =================================================================== diff -u -r54852 -r58633 --- APPS/Halux/PPS/impl/Aansturing/AansturingActieUitvoerder.cls.xml (.../AansturingActieUitvoerder.cls.xml) (revision 54852) +++ APPS/Halux/PPS/impl/Aansturing/AansturingActieUitvoerder.cls.xml (.../AansturingActieUitvoerder.cls.xml) (revision 58633) @@ -141,6 +141,7 @@ } Catch { #dim Exceptie As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() Do ..LogExceptie(Exceptie,"VoerUitAansturingActieVoorBatch","ActieID: "_ActieID_$C(13,10)_"BatchID: "_BatchID_$C(13,10)) + Do SendMiniMail^vhLib( $$$SystemMail("system"), $LB("planning_halux@vanhoecke.be"), "Opgelet : ActieID: '"_ActieID_"' voor BatchID: '"_BatchID_"' bevat fouten. Mogelijks zijn niet alle documenten correct afgedrukt!") set Resultaat = ##class(APPS.Halux.PPS.dto.ActieResultaat).%New() Set Resultaat.Status = ##class(APPS.Halux.PPS.enu.AansturingStatus).AangestuurdMetFouten() Set Resultaat.Opmerking = Exceptie.GeefOmschrijving()