From 2d3df2024a40ed22e844428ef90246789b4141a1 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 5 Apr 2019 18:01:21 +0200 Subject: [PATCH] Fixed "Mark as open" button is disabled on stock overview page when current stock amount == 1 (fixes #197) --- views/stockoverview.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/stockoverview.blade.php b/views/stockoverview.blade.php index 8a8a09b5..0bc5bd89 100644 --- a/views/stockoverview.blade.php +++ b/views/stockoverview.blade.php @@ -83,7 +83,7 @@ @foreach($currentStock as $currentStockEntry) amount > 0) table-warning @elseif (FindObjectInArrayByPropertyValue($missingProducts, 'id', $currentStockEntry->product_id) !== null) table-info @endif"> - {{ $L('All') }} -