http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7398
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #30 from Paul Poulain <[email protected]> --- QA comments: * This patch clean some code indenting or writting, gg ! * perlcritic was complaining before the patch, still complains after the patch, not a reason to failed QA. * There are some additions like: +$template->param( showholds=>$show_holds_count); +$template->param( showpriority=>$show_priority); that could more cleanly be written +$template->param( showholds=>$show_holds_count, showpriority=>$show_priority ); but that's a minor comment, passed QA -- 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/
