[Koha-bugs] [Bug 22097] CataloguingLog should be suppressed for item branch transfers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 10 20:35:39 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22097

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 83773
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83773&action=edit
Bug 22097: CataloguingLog should be suppressed for item branch transfers

Bug 18816 missed the fact that a branch transfer triggers ModItem and thus
generates an action log line. We should not be creating those action logs,
especially considering the transfers table itself already documents the
transfer.

Test Plan:
1) Enable CataloguingLog
2) Transfer an item to another branch
3) Note the new action log line created
4) Apply this patch
5) Create another item transfer
6) No new action log line should be created!

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


More information about the Koha-bugs mailing list