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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 14 Apr 2020 15:16:18 +0000 (16:16 +0100)
commit6aee18111ed9c4efa92a242974c5ac439aa38880
tree2fb2841bb344026eb18328317f506dbf1424b63b
parent63b44f2ddd9cb67b80b840a7ad2bd3d77971cb2d
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>
C4/Reserves.pm