Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
c2561401
Commit
c2561401
authored
Jul 21, 2022
by
Volker Krause
Browse files
Handle Code 39 ticket tokens
parent
41c5c74b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/BarcodeContainer.qml
View file @
c2561401
...
...
@@ -74,6 +74,7 @@ Item {
case
Ticket
.
Code128
:
return
Prison
.
Barcode
.
Code128
;
case
Ticket
.
DataMatrix
:
return
Prison
.
Barcode
.
DataMatrix
;
case
Ticket
.
PDF417
:
return
Prison
.
Barcode
.
PDF417
;
case
Ticket
.
Code39
:
return
Prison
.
Barcode
.
Code39
;
}
return
Prison
.
Barcode
.
Null
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment