]> 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>
Mon, 12 Aug 2024 18:35:16 +0000 (15:35 -0300)
commit4107765cdb4e77d53936184865881344e1c2f985
treea51d3bce3b56fef993d5b8c3f9268061540cb6ba
parent4b32d4f53179d64134e2d1e56cb0219ef5e59d77
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