Bug 30714: Do no log update to holdingbranch
authorNick Clemens <nick@bywatersolutions.com>
Fri, 6 May 2022 20:32:32 +0000 (20:32 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 19 May 2022 03:22:09 +0000 (17:22 -1000)
commit96622e8c3f313566c5a8febe0f7d9facc94c4118
treeca8a89c02452f11967fa7f0312d465b8431bf80e
parentc4a32b5ce6f4af608315c6e0b30187160061dadd
Bug 30714: Do no log update to holdingbranch

When an item from another branch is checked in, the holdingbranch is
updated, and this change is logged.  We record the checkin in
statistics, we do not need the cataloguing update logged

To recreate:
1 - Enable cataloguing log
2 - Check in an item with a different holding branch
3 - Check the action logs
4 - There is a cataloguing log for the holdingbranch update
5 - Apply patch
6 - Repeate with another item
7 - No log added!

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Circulation.pm