Bug 20256: DBIC schema
[koha.git] / Koha / Holds.pm
2023-01-05 Tomas Cohen AraziBug 32529: Add Koha::Holds->filter_by_found
2022-11-04 Martin RenvoizeBug 31907: (QA follow-up) Add POD
2022-11-04 Stefan BerndtssonBug 31907: Show items as On hold when in processing
2022-11-04 Kyle HallBug 24860: Add ability to select an item group when...
2022-08-09 Tomas Cohen AraziBug 31183: Use filter_by_current in Koha::Holds->get_it...
2022-07-29 Tomas Cohen AraziBug 22456: (QA follow-up) Consider cancellation request...
2022-07-29 Tomas Cohen AraziBug 22456: Add Koha::Holds->filter_by_has_cancellation_...
2022-07-18 Nick ClemensBug 30447: Check if transfers arrived or cancelled
2022-05-23 Martin RenvoizeBug 30730: (follow-up) Simplify query
2022-05-23 Shi Yao WangBug 30730: Holds to Pull should not list items with...
2022-04-12 Nick ClemensBug 30432: Specify 'me' for biblionumber when limiting...
2022-03-16 Nick ClemensBug 30155: Don't get items that can fillholds if there...
2022-02-10 Martin RenvoizeBug 29859: (QA follow-up) Minor typo correction
2022-02-10 Jonathan DruartBug 29859: Use iterator instead of as_list
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2022-01-18 Nick ClemensBug 29786: Select only specific items for item level...
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...