diff --git a/changelog/76_UNRELEASED_xxxx-xx-xx.md b/changelog/76_UNRELEASED_xxxx-xx-xx.md
index 1d062727..66c69666 100644
--- a/changelog/76_UNRELEASED_xxxx-xx-xx.md
+++ b/changelog/76_UNRELEASED_xxxx-xx-xx.md
@@ -23,6 +23,7 @@
### Recipes
- When self producing a product ("Produces product" recipe option) the name of the recipe is now added to the note field of the created stock entry
+- Fixed that when `FEATURE_FLAG_STOCK_STOCK` was set to `false`, the "Put missing products on shopping list"-button was not visible
### Meal plan
diff --git a/views/recipes.blade.php b/views/recipes.blade.php
index ad82d44b..4e763ee9 100644
--- a/views/recipes.blade.php
+++ b/views/recipes.blade.php
@@ -341,7 +341,7 @@
data-recipe-name="{{ $recipe->name }}">
-