]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/select_part_master.html
Funktionalität für Mindesthaltbarkeitsdatum hinzugefügt.
[mfinanz.git] / templates / webpages / generic / select_part_master.html
index c7e2f347f9379702a0e041375b3b7610cc83c888..732ed2f5d9b9833f8d9a57412abf113a3b03cd73 100644 (file)
@@ -20,6 +20,9 @@
      [% IF has_charge %]
      <th class="listheading"><translate>Charge number</translate></th>
      [% END %]
+     [% IF has_bestbefore %]
+     <th class="listheading"><translate>Best Before</translate></th>
+     [% END %]
      [% IF has_ean %]
      <th class="listheading"><translate>EAN</translate></th>
      [% END %]
       [% HTML.escape(part.chargenumber) %]
      </td>
      [% END %]
+     [% IF has_bestbefore %]
+     <td>
+      <input type="hidden" name="new_bestbefore_id_[% loop.count %]" value="[% HTML.escape(part.bestbefore_id) %]">
+      <input type="hidden" name="new_bestbefore_[% loop.count %]" value="[% HTML.escape(part.bestbefore) %]">
+      [% HTML.escape(part.bestbefore) %]
+     </td>
+     [% END %]
      [% IF has_ean %]
      <td>
       <input type="hidden" name="new_ean_[% loop.count %]" value="[% HTML.escape(part.ean) %]">