https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17679
Josef Moravec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #2 from Josef Moravec <[email protected]> --- I totally agree with removing this part of code. Just few comments: qa tool is saying this: FAIL catalogue/issuehistory.pl FAIL valid "my" variable $biblio masks earlier declaration in same scope also in the copied part of issuhistory.pl, line 53: my $total = scalar @$issues; but $total is not used and the number of issues is passed to template by this lines: $template->param( total => scalar @$issues, ... -- 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/
