http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13452
--- Comment #4 from Katrin Fischer <[email protected]> --- 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; Because without this change there was always an error in the logs - without any of the other changes of the patch. I needed to change it to get it working first... that's how I remember. The answer should be further above in the code... this whole script should be rewritten to create the SQL in cleaner ways. -- 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/
