[Koha-bugs] [Bug 13452] Average checkout report always uses biblioitems.itemtype

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 5 06:31:10 CEST 2015


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

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 40004
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40004
Bug 13452: 'Average loan time' report to obey item-level_itypes preference

Review of attachment 40004:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13452&attachment=40004)
-----------------------------------------------------------------

::: reports/issues_avg_stats.pl
@@ +407,4 @@
>      if (( @colfilter ) and ($colfilter[1])){
>          $sth2->execute("'".$colfilter[0]."'","'".$colfilter[1]."'");
>      } elsif ($colfilter[0]) {
> +        $sth2->execute;

Perhaps a shallow reading of the changes doesn't make this obvious, but why did
this change?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list