[Koha-bugs] [Bug 12066] New: renewals not tracking branch in stats

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 10 16:23:28 CEST 2014


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

            Bug ID: 12066
           Summary: renewals not tracking branch in stats
 Change sponsored?: ---
           Product: Koha
           Version: 3.14
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nengard at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

The  OpacRenewalBranch  is set to renew at the library the item was checked
out, but it seem that all renewals are being recorded as NULL.

mysql> select count(*) from statistics where branch is null;
+----------+
| count(*) |
+----------+
|      457 |
+----------+
1 row in set (0.00 sec)

mysql> select count(*) from statistics where type='renew' and branch is null;
+----------+
| count(*) |
+----------+
|      457 |
+----------+
1 row in set (0.03 sec)

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


More information about the Koha-bugs mailing list