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 9386c56..613c8b3 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>