modified barcode verification form and service to force lowercase input to uppercase input to avoid scanning issues
This commit is contained in:
parent
44292564f5
commit
fcc0ce6b72
@ -692,7 +692,7 @@
|
|||||||
"<4,8>": "51",
|
"<4,8>": "51",
|
||||||
"<4,9>": "",
|
"<4,9>": "",
|
||||||
"<4,10>": {
|
"<4,10>": {
|
||||||
"<4,10,1>": "0x5E000080",
|
"<4,10,1>": "0x5E000088",
|
||||||
"<4,10,2>": "0x200"
|
"<4,10,2>": "0x200"
|
||||||
},
|
},
|
||||||
"<4,11>": {
|
"<4,11>": {
|
||||||
@ -1009,7 +1009,7 @@
|
|||||||
"<6,8>": "51",
|
"<6,8>": "51",
|
||||||
"<6,9>": "",
|
"<6,9>": "",
|
||||||
"<6,10>": {
|
"<6,10>": {
|
||||||
"<6,10,1>": "0x5E000080",
|
"<6,10,1>": "0x5E000088",
|
||||||
"<6,10,2>": "0x200"
|
"<6,10,2>": "0x200"
|
||||||
},
|
},
|
||||||
"<6,11>": {
|
"<6,11>": {
|
||||||
@ -1938,7 +1938,7 @@
|
|||||||
"<12,8>": "51",
|
"<12,8>": "51",
|
||||||
"<12,9>": "",
|
"<12,9>": "",
|
||||||
"<12,10>": {
|
"<12,10>": {
|
||||||
"<12,10,1>": "0x5E000080",
|
"<12,10,1>": "0x5E000088",
|
||||||
"<12,10,2>": "0x200"
|
"<12,10,2>": "0x200"
|
||||||
},
|
},
|
||||||
"<12,11>": {
|
"<12,11>": {
|
||||||
|
@ -86,6 +86,7 @@ Options SCAN_TYPES = 'CASSETTE_1', 'CASSETTE_2', 'WM_IN_1', 'WM_IN_2'
|
|||||||
Service ProcessScanData(ScanData, ScanType = SCAN_TYPES, FirstCassID, OperatorID)
|
Service ProcessScanData(ScanData, ScanType = SCAN_TYPES, FirstCassID, OperatorID)
|
||||||
|
|
||||||
If (ScanData NE '') then
|
If (ScanData NE '') then
|
||||||
|
Convert @Lower.Case to @Upper.Case in ScanData
|
||||||
// Code 3of9 encodes the asterisk and underscore characters. These need to be decoded.
|
// Code 3of9 encodes the asterisk and underscore characters. These need to be decoded.
|
||||||
ScanData = Scan_Services('DecodeScanData', ScanData)
|
ScanData = Scan_Services('DecodeScanData', ScanData)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user