mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Make it possible to search on the stock overview page for product barcodes (closes #1443)
This commit is contained in:
@@ -318,6 +318,7 @@
|
||||
<td class="product-name-cell cursor-link"
|
||||
data-product-id="{{ $currentStockEntry->product_id }}">
|
||||
{{ $currentStockEntry->product_name }}
|
||||
<span class="d-none">{{ $currentStockEntry->product_barcodes }}</span>
|
||||
</td>
|
||||
<td>
|
||||
@if($currentStockEntry->product_group_name !== null){{ $currentStockEntry->product_group_name }}@endif
|
||||
|
Reference in New Issue
Block a user