fix(GODT-3185): logic mistake.

This commit is contained in:
Jakub Cuth
2024-04-17 15:08:48 +02:00
parent 5769fb9466
commit d9fdbb35bc
3 changed files with 3 additions and 3 deletions

View File

@ -885,7 +885,7 @@ func (s *Connector) reportGODT3185(isDraft bool, defaultAddr string, p *parser.P
}
reportMode := "combined"
if isCombinedMode {
if !isCombinedMode {
reportMode = "split"
}