]> git.koha-community.org Git - koha.git/commit
Bug 30129: remove the third required date that was causing 500 error
authorPetro Vashchuk <stalkernoid@gmail.com>
Fri, 18 Feb 2022 11:42:34 +0000 (13:42 +0200)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Mon, 7 Mar 2022 21:10:43 +0000 (21:10 +0000)
commit4f74420c65fcd323b19511ce20b6698f93226dfb
treee2628d778c5598f840c2969c438eb1ff6242ec58
parentdd20cbd9ad87de7d799bd6b012cf6de0a32d5fd0
Bug 30129: remove the third required date that was causing 500 error

This problem appeared because of this commit:
Bug 14435 Add the ability to store result's report
cf9031711282f4be23e4a639797d0fd178940e1f

This patch fixes it by removing the third $date that wasn't removed
back then.

To reproduce:
1) Head over to Reports page.
2) Search for report by date. It should cause 500 error.
3) Apply the patch.
4) Repeat the search again, it should be working now.

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit b942054038ec149864282c764a42e0eeb71b5f89)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/Reports/Guided.pm