http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7679 --- Comment #41 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 39251 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39251 Bug 7679: Followup: circulation statistics wizard improvements Review of attachment 39251: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=7679&attachment=39251) ----------------------------------------------------------------- ::: reports/issues_stats.pl @@ +251,4 @@
( $line =~ /datetime/ ) ? @$filters[0] : ( $line =~ /category/ ) ? @$filters[2] : ( $line =~ /itemtype/ ) ? @$filters[3] + : ( $line =~ /^branch/ ) ? @$filters[4]
issuingbranch branchcode Unchanged, both match. This change only matches the last one. Katrin raises a valid point: Is this really a desired change? -- You are receiving this mail because: You are watching all bug changes.