http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7679 Koha Team AMU <koha.aixmarseille@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #21 from Koha Team AMU <koha.aixmarseille@gmail.com> --- I tested on a sandbox (langres) by comparing the results with sql reports. It seems that the main part of the patch is ok but I still notice two problems : - test of sort by hours : if we choose the same date in "period", for example "from 30/01/2014 To 30/01/2014", group by hour doesn't work. (nevertheless, limits of end intervals are included for period ) - test of patron attributes : if we don't use filter and display all the values, total is still wrong. I notice that the lign with the value "NULL" is empty. Maybe only patron attributes with an authorised values list should be added in this patch ? PROFESSION / datetime 9 10 11 13 14 15 16 17 TOTAL agent administratif 0 0 0 0 1 1 0 0 2 écolier 0 0 0 0 1 0 0 0 1 NULL TOTAL 0 0 0 0 2 1 0 0 58 For that reason, changing status to "In discussion". -- You are receiving this mail because: You are watching all bug changes.