Validate product form once presets are prefilled (fixes #1250)

This commit is contained in:
Bernd Bestel 2021-01-03 16:22:35 +01:00
parent 97fdb0553c
commit fdeb4fd4d7
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -472,3 +472,5 @@ else if (Grocy.EditMode === 'create')
$("select.input-group-qu").val(Grocy.UserSettings.product_presets_qu_id);
}
}
Grocy.FrontendHelpers.ValidateForm("product-form");