Auftrags-Controller: self an _row-Template übergeben …
[kivitendo-erp.git] / templates / webpages / order / tabs / basic_data.html
index c040f11..698ef63 100644 (file)
             </thead>
 
             [%- FOREACH item = SELF.order.items_sorted %]
-              [%- PROCESS order/tabs/_row.html
-                  ITEM=item
-                  ID=(item.id||item.new_fake_id)
-                  TYPE=SELF.type
-                  ALL_PRICE_FACTORS=SELF.all_price_factors
-                  SEARCH_CVPARTNUMBER=SELF.search_cvpartnumber
-                  SHOW_UPDATE_BUTTON=SELF.show_update_button
-              -%]
+              [%- PROCESS order/tabs/_row.html ITEM=item ID=(item.id||item.new_fake_id)  -%]
             [%- END %]
 
           </table>