]> git.koha-community.org Git - koha.git/commit
Bug 37411: Fixed 500 error when exporting budget planning
authorEric Garcia <cubingguy714@gmail.com>
Mon, 29 Jul 2024 15:21:59 +0000 (15:21 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 29 Aug 2024 17:32:58 +0000 (17:32 +0000)
commit1adce64d84fbd2f082e11786e9f5dd533f9ba6c3
tree7eea02c62aab71cf174995ac393f4d318ccc6fca
parent812f268d8a2e2c070ad383e7ea09cd15e0ffc6b3
Bug 37411: Fixed 500 error when exporting budget planning

To test:
1. Acquistions -> Budgets -> Funds -> Planning, select any option
2. In the toolbar see Export, and click Submit and see a 500 error
3. Apply patch, restart_all
4. Repeat steps 1-2
5. Notice the 500 error is gone and the CSV is exported properly

Notes:
Is there a reason we call exit(1) after exporting the csv?

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 7367b114c916aab9bebd06135fe889cf2a8883d4)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/aqplan.pl