]> git.koha-community.org Git - koha.git/commit
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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 13 May 2020 22:18:56 +0000 (22:18 +0000)
commit41f64e0b82094aa23381a68f6033a3a49d711f3a
tree03e90617740bce78c082cfa0a24d2339507cdd41
parent86822a5bc540a5fa88cf57aa626f0f0c5f7d458e
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>
(cherry picked from commit d3e3a3757dc3e9d97e3204767409e1d39d637255)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Reserves.pm