Fixed camera scanning targets (fixes #1210)

This commit is contained in:
Bernd Bestel
2020-12-22 19:06:41 +01:00
parent 159ab253dd
commit 937bd6b702
4 changed files with 13 additions and 3 deletions

View File

@@ -58,7 +58,7 @@
id="barcode"
name="barcode"
value="@if($mode == 'edit'){{ $barcode->barcode }}@endif"
data-target="#scanned_barcode">
data-target="#barcode">
@include('components.barcodescanner')
</div>
</div>