http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5199 --- Comment #8 from Chris Cormack <chris@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.