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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 22 Feb 2022 01:15:47 +0000 (15:15 -1000)
commite30efbd0bd0bb6cfbca245ae0a160d27111a570c
tree13dd13f9da56d2fa90f96d26977518f4e1053900
parent30c7dd1866138c226284949b1f6bc75ff019c466
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>
C4/Reports/Guided.pm