Patch aus Bug 1343: csv in ../users speichern
[kivitendo-erp.git] / templates / webpages / generic / select_part_de.html
index e2e315b..80ab537 100644 (file)
@@ -20,6 +20,9 @@
      [% IF has_charge %]
      <th class="listheading">Chargennummer</th>
      [% END %]
+     [% IF has_ean %]
+     <th class="listheading">EAN</th>
+     [% END %]
     </tr>
 
     [% FOREACH part = PARTS %]
       [% HTML.escape(part.chargenumber) %]
      </td>
      [% END %]
+     [% IF has_ean %]
+     <td>
+      <input type="hidden" name="new_ean_[% loop.count %]" value="[% HTML.escape(part.ean) %]">
+      [% HTML.escape(part.ean) %]
+     [% END %]
+     </td>
     </tr>
     [% END %]
    </table>