Index: WSimpl/Halux/AAP/DnaCodeService.cls.xml =================================================================== diff -u -r74558 -r74597 --- WSimpl/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 74558) +++ WSimpl/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 74597) @@ -394,7 +394,7 @@ #dim MesFaseActief As %Integer = 1 #dim CategorTLM As %Boolean = ((..ProductTypeAPI.IsLegraboxProduct(DnaCode.ProductNummer) || ..ProductTypeAPI.IsMerivoboxProduct(DnaCode.ProductNummer) || ..ProductTypeAPI.IsTandemboxProduct(DnaCode.ProductNummer))) - If (..MESService.IsActiefVoorMes(DnaCode.Lijn, MesFaseActief) && CategorTLM) { + If ((..MESService.IsActiefVoorMes(DnaCode.Lijn, MesFaseActief) && CategorTLM) && (..MESService.GeefHuidigeMESFase() = 1)) { #dim IsDnaCodeVoorSpaceStep As %Boolean = ..DnaCodeHelper.IsSpaceStepGeneriekProduct(DnaCode, DnaCode.ProductNummer) If $$$Not(IsDnaCodeVoorSpaceStep) { Do ..DocumentGenerator.GenereerDocumentVoorObjective(DnaCode.DnaCode)