mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Fix initial consume form validation (fixes #1230)
This commit is contained in:
parent
278a5f004a
commit
87754830f7
|
|
@ -606,4 +606,6 @@ function RefreshForm()
|
|||
$("#display_amount").parent().find(".invalid-feedback").text(__t('There are no units available at this location'));
|
||||
}
|
||||
}
|
||||
|
||||
Grocy.FrontendHelpers.ValidateForm("consume-form");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user