]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/shop_order/show.html
WebshopApi: kleinere Fehler nach Aufräumarbeiten
[kivitendo-erp.git] / templates / webpages / shop_order / show.html
index a4f2c7a1027fdfa23bcb19fefd03af48c46fda59..561bba8b5d73d859b9547eedb212e1110cea515f 100644 (file)
         <th>[% 'Extended'          | $T8 %]</th>
       </tr>
       <tr class="listrow">
-        <td>[% loop.index                                      %]</td>
+      [% FOREACH pos = IMPORT.shop_order_items %]
+        <td>[% loop.index+1                                      %]</td>
         <td>[% HTML.escape(pos.partnumber)                     %]</td>
         <td>[% HTML.escape(pos.description)                    %]</td>
         <td>[% pos.quantity_as_number                          %]</td>