Bug 28959: Add virtualshelves.public as a boolean
[koha.git] / Koha / Holds.pm
2021-10-08 Jonathan DruartBug 3142: Use filter_by_for_holds where holdability...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-03-01 Andrew NuggedBug 27718: (follow-up) add missing return
2021-03-01 Jonathan DruartBug 27718: (bug 24488 follow-up) Hide items not holdable
2021-02-18 Jonathan DruartBug 27131: Improve POD for the new method
2021-02-18 Marcel de RooyBug 27131: (QA follow-up) POD and comments
2021-02-18 Jonathan DruartBug 27131: Add get_items_that_can_fill
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2017-10-20 Nick ClemensBug 16187: Add a script to cancel unfilled holds after...
2016-09-24 Tomas Cohen AraziBug 17327: (QA followup) Remove Carp::Always which...
2016-09-24 Kyle M HallBug 17327: Item level holds no longer enforced
2016-09-08 Kyle M HallBug 14695 [QA Followup]
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Fix issues found by QA script
2016-09-03 Kyle M HallBug 14695 - Add ability to place multiple item holds...
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2015-07-29 Kyle M HallBug 13851: Replace waiting holds logic in circulation...