http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m --- Comment #91 from Jonathan Druart <jonathan.druart@biblibre.com> --- Note: 1/ Date range should not permit to fill invalid range (from > to) 2/ Other date ranges don't have the datetime plugin (not introduced by this patch). 3/ Labels consistent "From:" vs "From" 4/ Mime-type for CSV is "text/csv", not "application/vnd.sun.xml.calc" (existed before this patch) 5/ Don't use C4::Dates, prefer Koha::DateUtils 6/ Use placeholders when you build the sql query (+ $strcalc .= " AND biblioitems.publishercode LIKE \"" . @$filters[3] . "\"";) Failing QA for 3, 4, 5 and 6. -- You are receiving this mail because: You are watching all bug changes.