]> wagnertech.de Git - kivitendo-erp.git/commitdiff
WebshopApi: Übersetzungen
authorWerner Hahn <wh@futureworldsearch.net>
Tue, 26 Sep 2017 11:25:01 +0000 (13:25 +0200)
committerWerner Hahn <wh@futureworldsearch.net>
Tue, 26 Sep 2017 11:34:27 +0000 (13:34 +0200)
locale/de/all
locale/en/all
templates/webpages/shop_order/show.html
templates/webpages/shop_part/_filter.html

index d7a4c030e0cd033653bf23d06bb932dd8f0bd9a6..6e37c6f1148a93ac7fa74f7695c640b29c77ed38 100755 (executable)
@@ -2141,6 +2141,7 @@ $self->{texts} = {
   'Part Type'                   => 'Artikel-Typ',
   'Part Unit'                   => 'Einheit',
   'Part classifications'        => 'Artikel-Klassifizierungen',
+  'Part marked as "Shop part"'  => '',
   'Part picker'                 => 'Artikelauswahl',
   'Part with partnumber: #1 not found' => 'Artikel mit Artikelnummer #1 wurde nicht gefunden',
   'PartClassAbbreviation'       => 'Abkürzung der Artikel-Klassifizierung',
index d3a9759a36314d062f37381784f2c322bb28662d..2cd58aca864c9bc60fcd0dd361e8f0fa0b01f97e 100644 (file)
@@ -2141,6 +2141,7 @@ $self->{texts} = {
   'Part Type'                   => '',
   'Part Unit'                   => '',
   'Part classifications'        => '',
+  'Part marked as "Shop part"'  => '',
   'Part picker'                 => '',
   'Part with partnumber: #1 not found' => '',
   'PartClassAbbreviation'       => '',
index 112ffbdefe801e2a9e24b58ba43cb1173d3d7792..ccbe412c7239c9189aeec120b7f19a112e6b5070 100644 (file)
       </tr>
       <tr class="listrow">
       [% FOREACH pos = IMPORT.shop_order_items %]
-        <td>[% loop.index+1                                    %]</td>
+        <td>[% loop.count                                      %]</td>
         <td>[% HTML.escape(pos.partnumber)                     %]</td>
         <td>[% HTML.escape(pos.description)                    %]</td>
         <td>[% pos.quantity_as_number                          %]</td>
index add0f6bfa94d59b0e0e0440f9f7205fe200cb181..bdf290801fdc38c92ed072cd3cac815b5e59896d 100644 (file)
@@ -10,7 +10,7 @@
      <td>[% L.select_tag('filter.shop_id:eq_ignore_empty', SELF.shops, value_key = 'value', title_key = 'title', default=0) %]</td>
     </tr>
     <tr>
-     <td>[% 'Part marked as "Shop part"' %]
+     <td>[% 'Part marked as "Shop part"' | $T8 %]
      <td>[% L.yes_no_tag('filter.part.shop', FORM.filter.part.shop, default='1', with_empty=1, empty_title='---') %]</td>
     </tr>
  </table>