http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14965
--- Comment #12 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
