]> git.koha-community.org Git - koha.git/commit
Bug 37508: Don't return Internal server error when running report
authorNick Clemens <nick@bywatersolutions.com>
Mon, 12 Aug 2024 12:10:12 +0000 (12:10 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 13 Aug 2024 05:03:26 +0000 (02:03 -0300)
commit89fbc927a9575136f3e5747c31fa8351e76f5633
tree0c4ed6158f4dfa707638bc4111b64d4dd379e0d0
parent759082b458cf2e302b9bf1f4b5a62c18b77c3535
Bug 37508: Don't return Internal server error when running report

To test:
1 - Create a report like:
SELECT "a"
FROM borrowers
WHERE <<Test>> != ''
2 - Run report
3 - Enter "password"
4 - Internal server error / stacktrace
5 - Apply patch
6 - Repeat
7 - Get a yellow warning box

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
reports/guided_reports.pl