]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Fehlender alter hidden wert für preisfaktor.
authorMartin Helmling <MartinHelmling@octo-soft.de>
Wed, 8 Jan 2014 14:47:55 +0000 (15:47 +0100)
committerMartin Helmling <MartinHelmling@octo-soft.de>
Wed, 8 Jan 2014 14:48:04 +0000 (15:48 +0100)
zu fix #2211

templates/webpages/am/edit_price_factor.html

index 1396012f676623cad0d3658eb8f5e1bad2b42273..6ca175aa2bca775d563b98527e2410a56774371b 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>