http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7398 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #30 from Paul Poulain <paul.poulain@biblibre.com> --- 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.