]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/do/stock_in_form.html
Fix für Bug 1395: Die bei der Einlagerung von Artikeln aus Lieferscheinen zum jeweili...
[mfinanz.git] / templates / webpages / do / stock_in_form.html
index 238747ef6c8f325eb22029c22434a593849191f6..0d5ea684f8f0625f7504de4bcf9cb6022f7528f6 100644 (file)
      <td>
       <select name="unit_[% loop.count %]">
        [%- FOREACH unit = UNITS %]
-       <option[% IF unit.name == row.unit %] selected[% END %]>[% HTML.escape(unit.name) %]</option>
+       <option[% IF unit.selected %] selected[% END %]>[% HTML.escape(unit.name) %]</option>
        [%- END %]
       </select>
      </td>