Make it possible to search on the stock overview page for product barcodes (closes #1443)

This commit is contained in:
Bernd Bestel
2021-07-06 19:25:34 +02:00
parent ffc5ba013f
commit ffad8bfa7f
3 changed files with 103 additions and 0 deletions

View File

@@ -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