Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KItinerary
Commits
b833d10c
Commit
b833d10c
authored
May 08, 2021
by
Volker Krause
Browse files
Fix type in ERA SSB ticket seat number property
parent
33d964b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/era/ssbticket.h
View file @
b833d10c
...
...
@@ -55,7 +55,7 @@ class KITINERARY_EXPORT SSBTicket {
SSB_NUM_PROPERTY
(
type1DepartureTime
,
217
,
11
)
SSB_STR_PROPERTY
(
type1TrainNumber
,
228
,
5
)
SSB_NUM_PROPERTY
(
type1CoachNumber
,
258
,
10
)
SSB_STR_PROPERTY
(
type1SeatNumbe
,
268
,
3
)
SSB_STR_PROPERTY
(
type1SeatNumbe
r
,
268
,
3
)
SSB_NUM_PROPERTY
(
type1OverbookingIndicator
,
286
,
1
)
SSB_NUM_PROPERTY
(
type1InformationMessages
,
287
,
14
)
SSB_STR_PROPERTY
(
type1OpenText
,
301
,
27
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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