mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 09:01:14 +00:00
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:
4
public/viewjs/recipessettings.js
Normal file
4
public/viewjs/recipessettings.js
Normal file
@@ -0,0 +1,4 @@
|
||||
if (BoolVal(Grocy.UserSettings.recipe_ingredient_display_product_group))
|
||||
{
|
||||
$("#recipe_ingredient_display_product_group").prop("checked", true);
|
||||
}
|
Reference in New Issue
Block a user