http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10154
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add collection, location, |Add collection, location, |and callnumber as filters |and callnumber filters to |to report for most |report for most circulated |circulated items |items --- Comment #9 from Katrin Fischer <[email protected]> --- We should fix these reports sometime... but I am ok with 'not right now' :) I will attach a patch with some tiny follow-ups to the terminology used, can you please take a look? Also a question, why these commented out lines? + # These limits does not currently exist, maybe later? + # $colfilter[0] = @$filters[6] if ($column =~ /ccode/ ) ; + # $colfilter[0] = @$filters[7] if ($column =~ /location/ ) ; + $colfilter[0] = @$filters[8] if ($column =~ /category/ ) ; + # This commented out row (sort2) was not removed when adding new filters for ccode, shelving location and call number -- 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/
