[Koha-bugs] [Bug 7398] Show number of holds on a biblio in the OPAC details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 24 15:45:33 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7398

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Passed QA

--- Comment #30 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list