requested changes

by Berrnd
This commit is contained in:
sleeplessnight2 2020-12-03 22:33:16 +01:00
parent ab2568184c
commit 038755ee37
3 changed files with 9 additions and 10 deletions

View File

@ -51,15 +51,6 @@ msgid_plural "%s Products"
msgstr[0] "%s Produkt"
msgstr[1] "%s Produkte"
msgid "Standard Consume-Amount for this Product"
msgstr "Standard Verbrauchsmenge für dieses Produkt"
msgid "This amount is used as the Standard Amount for Consuming"
msgstr "Dieser Betrag wird als Standardmenge für den Verbrauch genommen (inkl. dem Schnellverbrauch)."
msgid "Otherwise you will be forced to make an entry before you can save"
msgstr "Sonst wird man zu einer Eingabe gezwungen bevor man speichern kann"
msgid "Amount"
msgstr "Menge"

View File

@ -60,6 +60,15 @@ msgstr ""
msgid "Batteries overview"
msgstr ""
msgid "Standard Consume-Amount for this Product"
msgstr ""
msgid "This amount is used as the Standard Amount for Consuming"
msgstr ""
msgid "Standard Consume-Amount for this Product"
msgstr ""
msgid "Purchase"
msgstr ""

View File

@ -415,7 +415,6 @@ $('#consume-form input').keyup(function(event)
Grocy.FrontendHelpers.ValidateForm('consume-form');
});
//das Timeout wurde eingepflegt damit bei valider vorausgewaehlter Menge die Buttons von selbst aktiviert werden
$('#consume-form select').change(function(event)
{setTimeout(function(){
Grocy.FrontendHelpers.ValidateForm('consume-form');