Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Hold.pm
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...