From ad4f8a19af7bfdd4ea975e9b6fe5a48fa74eb3fe Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 31 Aug 2020 22:13:02 +0200 Subject: [PATCH] Removed the barcodes column from the products list as we don't have that field there anymore --- views/products.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/views/products.blade.php b/views/products.blade.php index 92e294b1..f70ef47e 100644 --- a/views/products.blade.php +++ b/views/products.blade.php @@ -74,7 +74,6 @@ {{ $__t('QU stock') }} {{ $__t('QU factor') }} {{ $__t('Product group') }} - {{ $__t('Barcode(s)') }} @include('components.userfields_thead', array( 'userfields' => $userfields @@ -118,9 +117,6 @@ @if(!empty($product->product_group_id)) {{ FindObjectInArrayByPropertyValue($productGroups, 'id', $product->product_group_id)->name }} @endif - - {{ $product->barcode }} - @include('components.userfields_tbody', array( 'userfields' => $userfields,