Changelog, small changes and added missing localization strings for #556

This commit is contained in:
Bernd Bestel
2020-02-10 18:24:15 +01:00
parent c5f38689fa
commit aa787e765e
8 changed files with 29 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
if (BoolVal(Grocy.UserSettings.recipe_ingredient_display_product_group))
if (BoolVal(Grocy.UserSettings.recipe_ingredients_group_by_product_group))
{
$("#recipe_ingredient_display_product_group").prop("checked", true);
$("#recipe_ingredients_group_by_product_group").prop("checked", true);
}