mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-23 18:09:36 +00:00
Allow to scan gtin barcodes and find parts via it
This commit is contained in:
parent
4de6dbba27
commit
35e844dd7b
6 changed files with 105 additions and 2 deletions
|
|
@ -75,7 +75,8 @@ class ScanDialogType extends AbstractType
|
|||
BarcodeSourceType::INTERNAL => 'scan_dialog.mode.internal',
|
||||
BarcodeSourceType::IPN => 'scan_dialog.mode.ipn',
|
||||
BarcodeSourceType::USER_DEFINED => 'scan_dialog.mode.user',
|
||||
BarcodeSourceType::EIGP114 => 'scan_dialog.mode.eigp'
|
||||
BarcodeSourceType::EIGP114 => 'scan_dialog.mode.eigp',
|
||||
BarcodeSourceType::GTIN => 'scan_dialog.mode.gtin',
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue