http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14965 --- Comment #12 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 44488 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44488 Remove C4::Dates from 'lists' in folder reports Review of attachment 44488: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14965&attachment=44488) ----------------------------------------------------------------- ::: reports/borrowers_out.pl @@ +232,4 @@
} $strcalc .= " AND NOT EXISTS (SELECT * FROM issues WHERE issues.borrowernumber=borrowers.borrowernumber "; if ( @$filters[1] ) { + $strcalc .= " AND issues.timestamp > ?";
I have opened bug 15138 for this typo. -- You are receiving this mail because: You are watching all bug changes.