Bug 24547: Add more action logs for holds
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 30 Jan 2020 15:29:05 +0000 (10:29 -0500)
committerJoy Nelson <joy@bywatersolutions.com>
Tue, 5 May 2020 22:03:11 +0000 (22:03 +0000)
commitd3e3a3757dc3e9d97e3204767409e1d39d637255
treeb394d9a9e2d1d14bd7d7a4e74c7096ad04450117
parent0ac67146b97123c2d408c0c72547d92e13368313
Bug 24547: Add more action logs for holds

It seems like ModReserveFill and ModReserveAffect should both produce action logs for holds.

Test Plan:
1) Apply this patch
2) Place a hold
3) Check in the item to trap the hold
4) Check out the item to fill the hold
5) Check the action logs for that reserve id
6) Note the new logs!

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
C4/Reserves.pm