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)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 11 Mar 2016 11:45:30 +0000 (12:45 +0100)
templates/webpages/order/tabs/basic_data.html

index d4dc905..41589d7 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>