Fehlender alter hidden wert für preisfaktor.
[kivitendo-erp.git] / templates / webpages / am / edit_price_factor.html
index 1396012..6ca175a 100644 (file)
@@ -19,7 +19,8 @@
 [% IF orphaned %]
      <td><input name="factor" value="[% HTML.escape(factor) %]"></td>
 [% ELSE %]
-     <td>[% HTML.escape(factor) %] [% ' (in use so no change allowed)' | $T8 %]</td>
+     <td><input type="hidden" name="factor" value="[% HTML.escape(factor) %]">
+         [% HTML.escape(factor) %] [% ' (in use so no change allowed)' | $T8 %]</td>
 [% END %]
     </tr>
    </table>