Index: APPS/Halux/Planning/impl/BatchStarter.cls.xml =================================================================== diff -u -r66703 -r66706 --- APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 66703) +++ APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 66706) @@ -83,6 +83,7 @@ Do ..BatchBewaarder.BewaarBatch(Batch) Do ..BatchSequentieVerwijderaar.VerwijderBatchSequentie(Batch) Do ..DnaCodeService.VerwijderDnaCodesVoorBatch(Batch) + Do ..MatService.VerwijderMattenInfo(Batch) Do ..Logger.Error("StartBatch", "Starten van batch ("_Batch.GeefID()_") is mislukt."_$$$CRLF_$$$CRLF_"Exception:"_$$$CRLF_Exception.ToString()) Do ##class(TECH.ExceptionHandler).Throw(Exception) } Index: vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml =================================================================== diff -u -r66703 -r66706 --- vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 66703) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 66706) @@ -132,6 +132,8 @@ Do ..DnaCodeServiceMock.IndienMethodCall("BewaarDnaCodes",$$$ElkeWaarde).DanDoeNiks() Do ..DnaCodeServiceMock.IndienMethodCall("MaakDnaCodesVoorBatch",$$$ElkeWaarde).DanDoeNiks() + Do ..MatServiceMock.IndienMethodCall("VerwijderMattenInfo", BatchStub).DanDoeNiks() + Do ..InitImplementation() Do ..BatchStarterImpl.StartBatch(BatchStub) ]]>