]> 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 14:54:04 +0000 (11:54 -0300)
commitb44b30c09dc25a5fb0214fc41912f3b1fb30024b
tree784838c12c88e1e231514949431666ffb819869f
parentf9f01ab88fc373074ec4d78d9f98d9b23864642e
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