Bug 25619: Add ability to adjust expiration date for waiting holds
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 16 Jul 2021 17:50:29 +0000 (13:50 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 3 Sep 2021 14:00:50 +0000 (10:00 -0400)
commit00232f0bd75b44ba57038b97bc4c07333a107267
tree4d1c041828b94537f3eea0b647288a71e34ae0dd
parent6653aeaf14652bf856275a43084ec5f4dd991b63
Bug 25619: Add ability to adjust expiration date for waiting holds

There are times when an item that is waiting for pickup needs to have the expiration date extended. This would give staff the ability to modify one by one, as needed, the reserves.expirationdate for a given item awaiting pickup.

Test Plan:
1) Place a hold, trap an item for it such that is is waiting
2) Attempt to update the expiration date
3) Note the new date is not saved
4) Apply this patch, restart all the things!
5) Attempt to update the expiration date
6) The new date should be saved!

Signed-off-by: Abbey Holt <aholt@dubuque.lib.ia.us>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Reserves.pm