]> git.koha-community.org Git - koha.git/commit
Bug 37856: Consider 'Exceptions' not being part of 'Report_Header'
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 19 Sep 2024 13:55:48 +0000 (13:55 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 27 Sep 2024 16:00:38 +0000 (18:00 +0200)
commit7c175c2160e7ed59c3c67b5a7cd890a4ff0b1306
treede61ac0705b7862ba22f0cedc1b4676b58aa719f
parentb852c042feff417c745e2166c26f84b22456b14a
Bug 37856: Consider 'Exceptions' not being part of 'Report_Header'

When fixing the issue around the missing platform parameter, we
noticed this particular provider also returns 'Exceptions' as
its own thing, not part of 'Report_Header', despite documentation:
https://countermetrics.stoplight.io/docs/counter-sushi-api/7cp0h7n1hm2en-tr-j1-journal-requests-controlled

From the link above, search for 'Exceptions'. Notice it should be under 'Report_Header'.
Either way, this patch accounts for this possibility.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/ERM/EUsage/UsageDataProvider.pm