mirror of
https://github.com/grocy/grocy.git
synced 2025-05-01 10:23:32 +00:00
Removed the barcodes column from the products list as we don't have that field there anymore
This commit is contained in:
parent
d4c5da2173
commit
ad4f8a19af
@ -74,7 +74,6 @@
|
|||||||
<th>{{ $__t('QU stock') }}</th>
|
<th>{{ $__t('QU stock') }}</th>
|
||||||
<th>{{ $__t('QU factor') }}</th>
|
<th>{{ $__t('QU factor') }}</th>
|
||||||
<th>{{ $__t('Product group') }}</th>
|
<th>{{ $__t('Product group') }}</th>
|
||||||
<th>{{ $__t('Barcode(s)') }}</th>
|
|
||||||
|
|
||||||
@include('components.userfields_thead', array(
|
@include('components.userfields_thead', array(
|
||||||
'userfields' => $userfields
|
'userfields' => $userfields
|
||||||
@ -118,9 +117,6 @@
|
|||||||
<td>
|
<td>
|
||||||
@if(!empty($product->product_group_id)) {{ FindObjectInArrayByPropertyValue($productGroups, 'id', $product->product_group_id)->name }} @endif
|
@if(!empty($product->product_group_id)) {{ FindObjectInArrayByPropertyValue($productGroups, 'id', $product->product_group_id)->name }} @endif
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
{{ $product->barcode }}
|
|
||||||
</td>
|
|
||||||
|
|
||||||
@include('components.userfields_tbody', array(
|
@include('components.userfields_tbody', array(
|
||||||
'userfields' => $userfields,
|
'userfields' => $userfields,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user