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

--- Comment #1 from Kyle M Hall <[email protected]> ---
One issue is that the biblionumber is not stored in the log for cataloging
modifications, so the only way to get the list of modifications by biblionumber
is to select where "object IN ( SELECT itemnumber FROM items UNION deleteditems
WHERE biblionumber = ?".

So, basically we need a special case in GetLogs for modules=CATALOGUING and
action=MODIFY.

-- 
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/

Reply via email to