https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15416

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47568|0                           |1
        is obsolete|                            |

--- Comment #6 from Jonathan Druart <[email protected]> 
---
Created attachment 47579
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47579&action=edit
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 <[email protected]>
Warns are gone. Page still works as expected

Signed-off-by: Jonathan Druart <[email protected]>
Amended patch:
-my $phase = $input->param('phase');
-$phase //= '';
+my $phase = $input->param('phase') // '';

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to