mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged in bugifx/HIMA-1043_invalid-bar-code-fix (pull request #970)
Extend symbol range
This commit is contained in:
@@ -23,7 +23,37 @@ export class RemissionShippingDocumentScannerScanditComponent implements AfterVi
|
|||||||
@Output() scan = new EventEmitter();
|
@Output() scan = new EventEmitter();
|
||||||
@Output() manualEntry = new EventEmitter();
|
@Output() manualEntry = new EventEmitter();
|
||||||
destroy$ = new Subject();
|
destroy$ = new Subject();
|
||||||
private activeSymbolCounts = [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20];
|
private activeSymbolCounts = [
|
||||||
|
4,
|
||||||
|
5,
|
||||||
|
6,
|
||||||
|
7,
|
||||||
|
8,
|
||||||
|
9,
|
||||||
|
10,
|
||||||
|
11,
|
||||||
|
12,
|
||||||
|
13,
|
||||||
|
14,
|
||||||
|
15,
|
||||||
|
16,
|
||||||
|
17,
|
||||||
|
18,
|
||||||
|
19,
|
||||||
|
20,
|
||||||
|
21,
|
||||||
|
22,
|
||||||
|
23,
|
||||||
|
24,
|
||||||
|
25,
|
||||||
|
26,
|
||||||
|
27,
|
||||||
|
28,
|
||||||
|
29,
|
||||||
|
30,
|
||||||
|
31,
|
||||||
|
32
|
||||||
|
];
|
||||||
|
|
||||||
public settings: ScanSettings;
|
public settings: ScanSettings;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user