Index: APPS/Halux/common/impl/SequentieService.cls.xml =================================================================== diff -u -r29937 -r29938 --- APPS/Halux/common/impl/SequentieService.cls.xml (.../SequentieService.cls.xml) (revision 29937) +++ APPS/Halux/common/impl/SequentieService.cls.xml (.../SequentieService.cls.xml) (revision 29938) @@ -80,7 +80,7 @@ If (..GebruiktProductieSequentie(Batch)) { #dim OperatieScope As TECH.OperatieScope = ##class(TECH.OperatieScope).StartMetTx() try { - #dim ProductieSequentie As APPS.Halux.common.ProductieSequentie = ..MaakProductieSequentie(Batch) + #dim ProductieSequentie As APPS.Halux.common.ProductieSequentie = ..GenereerProductieSequentie(Batch) do OperatieScope.Gelukt() } catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() @@ -92,7 +92,7 @@ ]]> - + Batch:APPS.Halux.common.Batch APPS.Halux.common.ProductieSequentie