]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Auftrags-Controller: auch bei geladenen Positionen die ID übergeben.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 23 Oct 2015 15:57:21 +0000 (17:57 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 16 Nov 2015 15:15:58 +0000 (16:15 +0100)
templates/webpages/order/tabs/basic_data.html

index 9386c562926cf23f469820e678e1476372b1a15c..613c8b396d54688943ddfc679584c61af43f5f4d 100644 (file)
             </thead>
 
             [%- FOREACH item = SELF.order.items_sorted %]
-              [%- PROCESS order/tabs/_row.html ITEM=item %]
+              [%- PROCESS order/tabs/_row.html ITEM=item ID=item.id %]
             [%- END %]
 
           </table>