From 196d304de6f40c6b0346d1b9bdcb9bf77a989e1d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 18 Oct 2020 14:48:21 +0200 Subject: [PATCH] Disable opening of tare weight handling enabled products also on the stock entries page (same as for the stock overview page, references #988) --- views/stockentries.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/stockentries.blade.php b/views/stockentries.blade.php index d7e0bf32..5da1e056 100644 --- a/views/stockentries.blade.php +++ b/views/stockentries.blade.php @@ -54,7 +54,9 @@ @foreach($stockEntries as $stockEntry) amount > 0) table-warning @endif"> @@ -73,7 +75,7 @@ @if(GROCY_FEATURE_FLAG_STOCK_PRODUCT_OPENED_TRACKING) -