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

--- Comment #7 from David Cook <dc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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