X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/486d0a3bc8e6ff90823a1b5e0461d0b61c11b771..eab277a411:/templates/webpages/order/tabs/basic_data.html diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index c040f11ce..698ef6380 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -242,14 +242,7 @@ [%- 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 %]