[Koha-bugs] [Bug 7678] Statistics wizard: patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 16 16:07:20 CEST 2012


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

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

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

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
QA comments:

1/ In the routine "calculate", the variables $line and $digit have to be
escaped.

2/ Maybe this line:
  for (my $i = 0; $i <= scalar @$filters; $i++) {
could be replaced with
  for my $i ( 0 .. scalar @$filters ) {
For more readability (not mandatory) :)

Marked as Failed QA for 1

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list