mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 18:26:00 +00:00
Fix initial consume form validation (fixes #1230)
This commit is contained in:
@@ -606,4 +606,6 @@ function RefreshForm()
|
|||||||
$("#display_amount").parent().find(".invalid-feedback").text(__t('There are no units available at this location'));
|
$("#display_amount").parent().find(".invalid-feedback").text(__t('There are no units available at this location'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Grocy.FrontendHelpers.ValidateForm("consume-form");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user