]> git.koha-community.org Git - koha.git/commit
Bug 13452: Fix obvious issues in issues_avg_stats.pl
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 2 Oct 2015 09:31:10 +0000 (11:31 +0200)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Jul 2017 13:02:04 +0000 (01:02 +1200)
commitd97a172ee4a884b3b1e0b89918875ece6d2325e1
tree903aececbaddcdfed60e4c02fbbc5db988ddba59
parent57c32368b45fddf8152793f1070645da74ae9d02
Bug 13452: Fix obvious issues in issues_avg_stats.pl

- Remove joins with issuingrules which are not needed
- Fix the SQL query so that $weight is now the value of COUNT(*) instead
  of a timestamp
- QA fix: '$column eq $itype' instead of '$column =~ $itype' (same for
  $line)

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
reports/issues_avg_stats.pl