[Koha-bugs] [Bug 20201] Silence warnings in admin/aqplan.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 21 02:32:16 CEST 2020


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

--- Comment #7 from David Cook <dcook at 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.


More information about the Koha-bugs mailing list