Index: APPS/Halux/PPS/impl/Aansturing/AansturingActieUitvoerder.cls.xml =================================================================== diff -u -r58633 -r58637 --- APPS/Halux/PPS/impl/Aansturing/AansturingActieUitvoerder.cls.xml (.../AansturingActieUitvoerder.cls.xml) (revision 58633) +++ APPS/Halux/PPS/impl/Aansturing/AansturingActieUitvoerder.cls.xml (.../AansturingActieUitvoerder.cls.xml) (revision 58637) @@ -141,7 +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!") + Do SendMiniMail^vhLib( $$$SystemMail("system"), $LB("planning_halux@vanhoecke.be"), "Batch '"_BatchID_"' heeft fouten !!!", "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()