Fixed product barcode scanning on the recipe ingredient edit page (fixes #2572)

This commit is contained in:
Bernd Bestel
2024-08-24 18:22:39 +02:00
parent d5dacb1053
commit 4f6075d8c5
3 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
@include('components.productpicker', array(
'products' => $products,
'barcodes' => $barcodes,
'nextInputSelector' => '#amount'
))