Bug 17600: Standardize our EXPORT_OK
[koha.git] / Koha / Hold.pm
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-15 Joonas KylmäläBug 28520: Revert "Bug 12362: Cancel transfer with...
2021-05-04 Martin RenvoizeBug 28254: (QA follow-up) override -> force
2021-05-04 Tomas Cohen AraziBug 28254: Add 'override' parameter to Koha::Hold-...
2021-04-23 Martin RenvoizeBug 12362: Cancel transfer with hold cancelation
2021-04-07 Jonathan DruartBug 26498: Add default values
2021-04-07 Martin RenvoizeBug 26498: (QA follow-up) Add handling for update
2021-04-07 Emmi TakkinenBug 26498: Add POD for "store"
2021-04-07 Emmi TakkinenBug 26498: Set default expiration date for holds
2020-12-21 Tomas Cohen AraziBug 27209: (follow-up) Add ->is_pickup_location_valid
2020-12-21 Tomas Cohen AraziBug 27209: Add Koha::Hold->set_pickup_location
2020-11-13 Jonathan DruartBug 26988: No need to check if hold is linked to a...
2020-11-13 Tomas Cohen AraziBug 26988: Make ->patron prefetchable
2020-11-13 Nick ClemensBug 26988: Add API route to fetch hold pickup locations...
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-10-14 Jonathan DruartBug 12556: Add missig POD for ->set_processing
2020-10-14 Joonas KylmäläBug 12556: Add new "in processing" state to holds
2020-10-14 Joonas KylmäläBug 12556: Refactor hold transfer status setting to...
2020-08-25 Kyle M HallBug 25534: (QA follow-up) Update Koha::Hold::cancel POD
2020-08-25 Kyle M HallBug 25534: Add ability to send an email specifying...
2020-06-25 Martin RenvoizeBug 24159: (QA follow-up) Make terminology consistent
2020-06-25 Jonathan DruartBug 24159: Set days_mode according to circ rules in...
2020-05-19 Kyle M HallBug 25535: Hold API mapping maps cancellationdate to...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-10-24 Martin RenvoizeBug 23049: Update 'HE' to 'RESERVE_EXPIRED' for consistency
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Hold
2019-07-15 EmmiBug 23219: Cancel patrons holds when patron delete
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-28 Martin RenvoizeBug 22593: Fix bad ternaries after bug 22008
2019-03-13 Martin RenvoizeBug 21756: Remove use of manualinvoice from Koha::Hold
2019-01-28 Tomas Cohen AraziBug 21478: Make Koha::Hold->suspend reject found holds
2018-05-17 Kyle M HallBug 18856: (QA follow-up) Rename method to avoid confusion
2018-05-17 Jonathan DruartBug 18856: Don't show cancel option for waiting holds...
2018-04-02 Kyle M HallBug 18382: (QA follow-up) Make new unit test pass
2018-04-02 Kyle M HallBug 18382: (QA follow-up) Don't set suspend_until if...
2018-04-02 Marcel de RooyBug 18382: (QA follow-up) Replace ->ymd by ->datetime
2018-04-02 Kyle M HallBug 18382: action_logs entry for module HOLDS, action...
2018-02-12 Jonathan DruartBug 18403: Use patron-title.inc when hidepatronname...
2017-10-20 Jonathan DruartBug 16187: Do not use DateTime directly
2017-10-20 Nick ClemensBug 16187: Add a script to cancel unfilled holds after...
2017-09-12 Jonathan DruartBug 19059: Remove CancelReserve - do not log DELETE
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-05-09 Alex ArnaudBug 12063 - Remove checking of ExpireReservesMaxPickUpD...
2017-05-09 Alex ArnaudBug 12063 - Fix QA failures
2017-05-09 Alex ArnaudBug 12063 - Keep patron's requested expiration date...
2017-05-09 Alex ArnaudBug 12063 - Remove Koha::Hold::waiting_expires_on since...
2017-05-09 Alex ArnaudBug 12063: Change date calculation for reserve expirati...
2016-08-17 Jonathan DruartBug 14642: Make sure the log will be written only if...
2016-08-17 Tomas Cohen AraziBug 14642: Add logging for Holds
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2016-01-27 Kyle M Hall Bug 14310 [QA Followup] - Adapt existing code to use...
2016-01-27 Kyle M Hall Bug 14310 - Suspend and resume indvidual holds from...
2016-01-14 Jonathan DruartBug 15294: Koha::Libraries - Move existing Koha::Branch[es]
2015-12-31 Kyle M HallBug 13918 [QA Followup] - Unit Tests
2015-12-31 Kyle M HallBug 13918 - Add waiting expiration date to opac list...
2015-12-30 Kyle M HallBug 13517 - Show waiting date on reserve/request.pl
2015-08-26 Marcel de RooyBug 9809: [QA Follow-up] Remove warnings from Hold.pm
2015-08-11 Kyle M HallBug 13853: Show waiting hold expiration date for waitin...
2015-08-11 Kyle M HallBug 13030: Show waiting hold expiration date for waitin...
2015-07-29 Kyle M HallBug 13851: Replace waiting holds logic in circulation...