Index: APPS/Halux/PPS/Document/ProductieDetailDocument/impl/common/BladInhoudBuilderTemplate.cls.xml =================================================================== diff -u -r59879 -r59880 --- APPS/Halux/PPS/Document/ProductieDetailDocument/impl/common/BladInhoudBuilderTemplate.cls.xml (.../BladInhoudBuilderTemplate.cls.xml) (revision 59879) +++ APPS/Halux/PPS/Document/ProductieDetailDocument/impl/common/BladInhoudBuilderTemplate.cls.xml (.../BladInhoudBuilderTemplate.cls.xml) (revision 59880) @@ -123,17 +123,18 @@ #dim GroepNaam As %String = GroepenIterator.Next() If DetailLijnenGroepering.IsDefined(GroepNaam) { // GroepLijn toevoegen - do ..Inhoud.VoegToeGroepLijn(..MaakGroepLijn(GroepNaam,LayoutBepaler.BegintNieuweSectie(GroepNaam))) + Do ..Inhoud.VoegToeGroepLijn(..MaakGroepLijn(GroepNaam,LayoutBepaler.BegintNieuweSectie(GroepNaam))) // DataLijnen van deze groep toevoegen Set DetailLijnIterator = ##class(TECH.ListIterator).%New(DetailLijnenGroepering.GetAt(GroepNaam)) While DetailLijnIterator.HasNext() { #dim DataLijn As APPS.Halux.PPS.Document.ProductieDetailDocument.common.Inhoud.ProductDetailDataLijn = DetailLijnIterator.Next() - do ..Inhoud.VoegToeDataLijn(DataLijn) + Do ..Inhoud.VoegToeDataLijn(DataLijn) } + } } - do ..Inhoud.MaakTekstBoldWaarNodig() + Do ..Inhoud.MaakTekstBoldWaarNodig() ]]>