mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	feat: Add the ability to flag a food as "on hand", to exclude from shopping list (#3777)
This commit is contained in:
		| @@ -231,7 +231,7 @@ export default defineComponent({ | ||||
|  | ||||
|         const shoppingListIngredients: ShoppingListIngredient[] = recipe.recipeIngredient.map((ing) => { | ||||
|           return { | ||||
|             checked: true, | ||||
|             checked: !ing.food?.onHand, | ||||
|             ingredient: ing, | ||||
|             disableAmount: recipe.settings?.disableAmount || false, | ||||
|           } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user