Index: APPS/Halux/PPS/Document/ProductieDetailDocument/impl/common/BladInhoudBuilderTemplate.cls.xml
===================================================================
diff -u -r48460 -r52873
--- APPS/Halux/PPS/Document/ProductieDetailDocument/impl/common/BladInhoudBuilderTemplate.cls.xml (.../BladInhoudBuilderTemplate.cls.xml) (revision 48460)
+++ APPS/Halux/PPS/Document/ProductieDetailDocument/impl/common/BladInhoudBuilderTemplate.cls.xml (.../BladInhoudBuilderTemplate.cls.xml) (revision 52873)
@@ -188,10 +188,27 @@
}
}
+ #dim DetailLijnZonderHfiIterator As TECH.ListIterator = ##class(TECH.ListIterator).%New(..GeefDetailLijnenZonderHalffabItem(Product, HalffabItemsBoom))
+ While (DetailLijnZonderHfiIterator.HasNext()) {
+ Set ProductDetailDataLijn = DetailLijnZonderHfiIterator.Next()
+ Set GroepNaam = DetailLijnZonderHfiIterator.Key()
+ Do ..VoegToeDetailLijn(DetailLijnenGroepering, GroepNaam, ProductDetailDataLijn)
+ }
+
Quit DetailLijnenGroepering
]]>
+
+
+Deze method overschrijven in de specifieke sub-klasse om "DetailLijnen Zonder HalffabItem" toe te voegen.
+Product:DOM.PM.MaatwerkProduct,HalffabItemsBoom:DOM.PM.Maatwerk.Calc.HF.HalffabItemsBoom
+1
+%ArrayOfObjects
+
+
+
HalffabItemsBoom:DOM.PM.Maatwerk.Calc.HF.HalffabItemsBoom,Product:DOM.PM.MaatwerkProduct
1