-
diff --git a/views/recipeform.blade.php b/views/recipeform.blade.php
index 07128fda..a33de3f2 100644
--- a/views/recipeform.blade.php
+++ b/views/recipeform.blade.php
@@ -68,7 +68,7 @@
-
+
|
@@ -80,7 +80,7 @@
@if(FindObjectInArrayByPropertyValue($recipesFulfillment, 'recipe_pos_id', $recipePosition->id)->need_fulfilled == 1) {{ $L('Enough in stock') }} @else {{ $L('Not enough in stock, #1 missing, #2 already on shopping list', FindObjectInArrayByPropertyValue($recipesFulfillment, 'recipe_pos_id', $recipePosition->id)->missing_amount, FindObjectInArrayByPropertyValue($recipesFulfillment, 'recipe_pos_id', $recipePosition->id)->amount_on_shopping_list) }} @endif
-
+
|
diff --git a/views/recipes.blade.php b/views/recipes.blade.php
index 5b47780e..2cc5899a 100644
--- a/views/recipes.blade.php
+++ b/views/recipes.blade.php
@@ -58,13 +58,13 @@
diff --git a/views/stockoverview.blade.php b/views/stockoverview.blade.php
index f682d9f4..2a4f5306 100644
--- a/views/stockoverview.blade.php
+++ b/views/stockoverview.blade.php
@@ -50,14 +50,14 @@
@foreach($currentStock as $currentStockEntry)
product_id) !== null) table-info @endif">
-
1
- |