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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Aug 2021 13:28:23 +0000 (15:28 +0200)
commitd303e49f092aa5900a567aa1790b3066c031838b
treeb14e59b0765e8479526cabb85530a89e7325734f
parent2b083cb82ae3af93307e45908bceb3e475209109
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>
C4/Reserves.pm