Include product_group in recipe ingredient list (#556)

* Include product_group in recipe ingredient list

* Delete 0098.sql

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
kriddles
2020-02-10 11:04:57 -06:00
committed by GitHub
parent 6b8169a1f1
commit c5f38689fa
7 changed files with 63 additions and 13 deletions

View File

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