Bug 20473: Whitespace
[koha.git] / Koha / Items.pm
2022-09-23 Shi Yao WangBug 31105: Holds to pull counts items from other branch...
2022-08-09 Jonathan DruartBug 31306: Allow to pass params and attributes to searc...
2022-08-09 Petro VashchukBug 31306: Add search_ordered sub to order items with...
2022-05-06 Jonathan DruartBug 30465: Fix Koha/Items/BatchUpdate.t
2022-05-05 Jonathan DruartBug 30465: Make BatchUpdateBiblio update the index...
2022-03-23 Nick ClemensBug 29802: add 'me' to filter_by_visible_in_opac query
2022-02-16 Martin RenvoizeBug 29781: Enable capture groups in batch item modification
2021-10-28 Jonathan DruartBug 28445: Fix LostItem call and display errors
2021-10-28 Jonathan DruartBug 28445: Correctly count modified items
2021-10-18 Jonathan DruartBug 28445: Don't surround the whole batch with a transa...
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-08 Jonathan DruartBug 3142: Handle biblio level item type
2021-10-08 Marcel de RooyBug 3142: (QA follow-up) Include notforloan itemtypes
2021-10-08 Marcel de RooyBug 3142: (QA follow-up) Cosmetic changes
2021-10-08 Jonathan DruartBug 3142: Add note about imprecision of filter_by_for_hold
2021-10-08 Jonathan DruartBug 3142: Add tests
2021-10-08 Jonathan DruartBug 3142: Add itype
2021-10-08 Jonathan DruartBug 3142: Exclude damaged items
2021-10-08 Jonathan DruartBug 3142: Add itemlost, withdrawn and notforloan
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Fix indexing for Items sets
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Correct variable name
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Move adopt_items_from_biblios...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-05-10 Jonathan DruartBug 28286: Replace < 1 with <= 0
2021-05-10 Petro VashchukBug 28286: show "Place hold" button if item is holdable
2021-02-01 Tomas Cohen AraziBug 27580: Handle NULL values correctly in Koha::Items...
2021-01-14 Martin RenvoizeBug 24254: (QA follow-up) Inlines opachiddenitems handling
2021-01-14 Tomas Cohen AraziBug 24254: Implement separate filters and add patron...
2021-01-14 Tomas Cohen AraziBug 24254: Read the OpacHiddenItems preference internally
2021-01-14 Tomas Cohen AraziBug 24254: Compare itemlost with 0
2021-01-14 Tomas Cohen AraziBug 24254: Add Koha::Items->filter_by_visible_in_opac
2020-08-25 Jonathan DruartBug 26139: Centralize code for "Place hold" button...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
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...