]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/shop_order/show.html
WebshopApi: trigram indices und Hinweiss darauf in der UPGRADE Datei.
[kivitendo-erp.git] / templates / webpages / shop_order / show.html
index a4f2c7a1027fdfa23bcb19fefd03af48c46fda59..112ffbdefe801e2a9e24b58ba43cb1173d3d7792 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>