Extend symbol range

This commit is contained in:
Adrian Toczydlowski
2020-02-04 22:46:02 +01:00
parent 14f41bd81e
commit f3aab0cfdd

View File

@@ -23,7 +23,37 @@ export class RemissionShippingDocumentScannerScanditComponent implements AfterVi
@Output() scan = new EventEmitter();
@Output() manualEntry = new EventEmitter();
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;