mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
* Include product_group in recipe ingredient list * Delete 0098.sql Co-authored-by: Bernd Bestel <bernd@berrnd.de>
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
if (BoolVal(Grocy.UserSettings.recipe_ingredient_display_product_group))
|
|
{
|
|
$("#recipe_ingredient_display_product_group").prop("checked", true);
|
|
}
|