]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/order/tabs/basic_data.html
DATEV-Export: Leistungsdatum nicht bei Zahlungen exportieren
[mfinanz.git] / templates / webpages / order / tabs / basic_data.html
index c040f11ceb3d137898ce4a8b1c2e77e2662dbe99..698ef63808c0753fd220c954e7c035826883ea31 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>