[Koha-bugs] [Bug 5199] Renewals do not add branchcode to statistics table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 6 01:16:43 CEST 2011


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

--- Comment #8 from Chris Cormack <chris at bigballofwax.co.nz> 2011-05-05 23:16:43 UTC ---
I think I have it working now, changing the system preference means it records
the appropriate branch

select * from statistics;
+---------------------+-----------+----------+--------+-------+-------+----------+------------+----------+----------------+--------------------+
| datetime            | branch    | proccode | value  | type  | other |
usercode | itemnumber | itemtype | borrowernumber | associatedborrower |
+---------------------+-----------+----------+--------+-------+-------+----------+------------+----------+----------------+--------------------+
| 2011-05-06 11:12:59 | CPL       | NULL     | 5.0000 | issue |       | NULL   
 |          1 | BK       |             51 |               NULL |
| 2011-05-06 11:14:47 | CPL       | NULL     | 5.0000 | renew |       | NULL   
 |          1 | BK       |             51 |               NULL |
| 2011-05-06 11:15:48 | OPACRenew | NULL     | 5.0000 | renew |       | NULL   
 |          1 | BK       |             51 |               NULL |
+---------------------+-----------+----------+--------+-------+-------+----------+------------+----------+----------------+--------------------+

Patch to follow

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list