Allow to scan barcodes, whose content where defined in the vendor_barcode field

This commit is contained in:
Jan Böhmer 2023-11-17 23:23:54 +01:00
parent d12bde2b1e
commit 0b178b46f2
4 changed files with 42 additions and 1 deletions

View file

@ -71,6 +71,7 @@ class ScanDialogType extends AbstractType
null => 'scan_dialog.mode.auto',
BarcodeSourceType::INTERNAL => 'scan_dialog.mode.internal',
BarcodeSourceType::IPN => 'scan_dialog.mode.ipn',
BarcodeSourceType::VENDOR => 'scan_dialog.mode.vendor',
},
]);