diff --git a/public/viewjs/consume.js b/public/viewjs/consume.js index 8a362268..c5a70211 100644 --- a/public/viewjs/consume.js +++ b/public/viewjs/consume.js @@ -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"); }