[Koha-bugs] [Bug 7241] circulation action logs record biblionumber instead of item number

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 21 16:48:23 CEST 2012


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12043|0                           |1
        is obsolete|                            |

--- Comment #30 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 12434
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12434&action=edit
[SIGNED-OFF] Bug 7241: circulation action logs record biblionumber instead of
item number

Issue log and and circulation logs are incorrectly recording biblionumber
instead of item number, creating incorrect logs.
This patch corrects this, and modifies the action_logs table in two ways:
- the timestamp is not updated anymore with UPDATES (but still automatically
filled when INSERTing)
- to partially correct the broken logs, the log history is filled with the
first found item for each biblio

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list