This commit is contained in:
Denis Angell
2024-04-13 09:32:24 +02:00
parent 8a8822cb57
commit 175f436974
18 changed files with 262 additions and 94 deletions

View File

@@ -188,6 +188,10 @@ STTx::getSeqProxy() const
if (seq != 0)
return SeqProxy::sequence(seq);
// std::uint32_t const batchIndex{getFieldU32(sfBatchIndex)};
// if (batchIndex != 0)
// return SeqProxy::sequence(batchIndex);
std::optional<std::uint32_t> const ticketSeq{operator[](~sfTicketSequence)};
if (!ticketSeq)
// No TicketSequence specified. Return the Sequence, whatever it is.