http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |m --- Comment #91 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
