]> 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:05:36 +0000 (11:05 -0300)
commite3d2c38a1fcaaa967cef1d3a388bcead1a76691d
tree0c2ae314afebb4b849fd26dc589ce4e11b78724f
parent4ad45ac37b4cac15f8e3416b80af7b568aa16b51
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