[Koha-bugs] [Bug 7683] statistic wizard: cataloging

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 23 12:48:26 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7683

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #91 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list