mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Fixed shopping list item form product barcode scan handling (fixes #1940)
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
@php if($mode == 'edit') { $productId = $listItem->product_id; } else { $productId = ''; } @endphp
|
||||
@include('components.productpicker', array(
|
||||
'products' => $products,
|
||||
'barcodes' => $barcodes,
|
||||
'nextInputSelector' => '#amount',
|
||||
'isRequired' => true,
|
||||
'prefillById' => $productId,
|
||||
|
Reference in New Issue
Block a user