Bug 15416: Warns on guided_reports.pl
authorAleisha <aleishaamohia@hotmail.com>
Mon, 18 Jan 2016 03:30:44 +0000 (03:30 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 26 Feb 2016 15:40:03 +0000 (16:40 +0100)
commitfef0f0c367328b1f4ca22b9124783b12706d176e
treee79c5e590e0c6897fdeb12d31d016252cea64bf0
parent3ad0009ba7f68d76ad616b867d8aaa7792eb93c0
Bug 15416: Warns on guided_reports.pl

Initialising $phase variable to be '' if not defined.

To test:
1) Go to Reports -> Guided Reports Wizard
2) Notice warns
3) Apply patch
4) Refresh page
5) Confirm warns are gone and page still works as it should

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Warns are gone. Page still works as expected

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Amended patch:
-my $phase = $input->param('phase');
-$phase //= '';
+my $phase = $input->param('phase') // '';

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
(cherry picked from commit 17c7c685f12dd09186d369f84cc725984328c5fa)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
reports/guided_reports.pl