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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
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/