Nutzung der Tabelle currencies
[kivitendo-erp.git] / templates / webpages / am / edit_defaults.html
index 82c1c45..2780fec 100644 (file)
      <input type="hidden" name="rowcount" value="[% CURRENCIES.size %]">
      <th align="right">[% 'Currencies' | $T8 %]</th>
      <td colspan="3">[% FOREACH row = CURRENCIES %]<input name="curr_[% loop.count %]" size="3" value="[% HTML.escape(row.curr) %]">
-                                                   <input type=hidden name="old_curr_[% loop.count %]" value="[% HTML.escape(defaults_curr) %]">
+                                                   <input type=hidden name="old_curr_[% loop.count %]" value="[% HTML.escape(row.curr) %]">
                      [% END %]
                      <input name="new_curr" size="3" value="">
      </td>