Auftrags-Controller: Fehler bei Anzeige von EK und Marge in 2. Zeile behoben
[kivitendo-erp.git] / templates / webpages / order / tabs / basic_data.html
index ad41537..39b9531 100644 (file)
             </thead>
 
             [%- FOREACH item = SELF.order.items_sorted %]
-              [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id ALL_PRICE_FACTORS=SELF.all_price_factors %]
+              [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id TYPE=SELF.type ALL_PRICE_FACTORS=SELF.all_price_factors %]
             [%- END %]
 
           </table>