http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7679
--- Comment #8 from Katrin Fischer <[email protected]> --- Comment on attachment 16243 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16243 Bug-7679-Followup-circulation-statistics-wizard-impr.patch Review of attachment 16243: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=7679&attachment=16243) ----------------------------------------------------------------- ::: reports/issues_stats.pl @@ +258,4 @@ > ( $line =~ /datetime/ ) ? @$filters[0] > : ( $line =~ /category/ ) ? @$filters[2] > : ( $line =~ /itemtype/ ) ? @$filters[3] > + : ( $line =~ /^branch/ ) ? @$filters[4] Hi Brendan, was this line changed by intention? -- 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/
