http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4835 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> 2011-02-17 14:34:23 UTC --- Circulation::AddIssue (Circulation.pm) has a call to Items::ModItem (Items.pm) which makes changes to the biblio record and hence calls logaction(). This bug can be fixed in two ways (IMHO): 1) Ommit logging a "change" action on circulation events by passing a boolean flag to ModItem to log or not to log. 2) Wait for the removal of circulation data from marcxml and marc fields. -- 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.