mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00: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'));
|
$("#display_amount").parent().find(".invalid-feedback").text(__t('There are no units available at this location'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Grocy.FrontendHelpers.ValidateForm("consume-form");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user