Bug 12917

Summary: Centralize reserves "last pickup date" calculation
Product: Koha Reporter: Olli-Antti Kivilahti <olli-antti.kivilahti>
Component: CirculationAssignee: Olli-Antti Kivilahti <olli-antti.kivilahti>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, katrin.fischer, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 12353    
Attachments: Introduces Koha::Reserves
Introduces last pickup date calculation functions.

Description Olli-Antti Kivilahti 2014-09-14 10:33:44 UTC
Introduces functions to get the "last pickup date" for reserves, centrally. So these need not be calculated in 3 separate places no more.
Comment 1 Olli-Antti Kivilahti 2014-09-14 10:34:31 UTC
Created attachment 31582 [details] [review]
Introduces Koha::Reserves
Comment 2 Olli-Antti Kivilahti 2014-09-14 10:35:01 UTC
Created attachment 31583 [details] [review]
Introduces last pickup date calculation functions.
Comment 3 Katrin Fischer 2020-01-06 10:46:51 UTC
Wonderig if this is still valid as we got Koha:Hold(s) for a while now?
Comment 4 Katrin Fischer 2023-07-15 21:22:03 UTC
I believe Koha::Hold::set_waiting is taking care of that now.