https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20201 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 72269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72269 Bug 20201: Silence warnings triggered by admin/aqplan.pl Review of attachment 72269: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20201&attachment=72269) ----------------------------------------------------------------- ::: admin/aqplan.pl @@ +106,4 @@
$authcat = 'Asort1' if not defined $authcat; # defaults to Asort if no authcat given
my $budget_id = $input->param('budget_id'); +my $op = $input->param("op") // q{};
This line actually hides a bug introduced by Bug 16754. -- You are receiving this mail because: You are watching all bug changes.