Bug 30477: Add new UNIMARC installer translation files
[koha.git] / Koha / Item.pm
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) Fix recalls.old is default 0
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Tomas Cohen AraziBug 19532: Make recalls.status an ENUM
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixes along recall workflow
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-02-15 Martin RenvoizeBug 26704: Update Koha::Item to use Koha::Object::Messages
2022-01-11 Jonathan DruartBug 29788: Make Koha::Item->safe_to_delete use Koha...
2021-11-16 Jonathan DruartBug 28692: Get from storage before log actions
2021-10-28 Tomas Cohen AraziBug 29107: Rename item_type => item_type_id
2021-10-28 Tomas Cohen AraziBug 27358: Add GET /public/biblios/:biblio_id/items
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Jonathan DruartBug 27526: Add tests for columns_to_str and host_items
2021-10-06 Jonathan DruartBug 27526: Add missing POD
2021-10-06 Jonathan DruartBug 27526: Adjust code to use Koha::Items
2021-08-27 Jonathan DruartBug 22690: Remove uneeded return and add no_triggers
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Add TrackedLink classes and...
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Use relationship accessor
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Clarify uses of DBIC
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Improve negation syntax
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Rename 'item_orders' to ...
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Index also source biblio...
2021-08-27 Ere MaijalaBug 22690: Refactor merging of records to improve perfo...
2021-08-04 Martin RenvoizeBug 22435: Fix _set_found_trigger
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-15 Joonas KylmäläBug 28520: Revert "Bug 12362: (QA follow-up) Fix ModIte...
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Pass 'replace' through to...
2021-04-23 Martin RenvoizeBug 27971: Update void method to use double entry accou...
2021-04-23 Martin RenvoizeBug 12362: (QA follow-up) Fix ModItemTransfer cancellat...
2021-04-23 Kyle M HallBug 27281: (QA follow-up) Fix typo
2021-04-23 Martin RenvoizeBug 27281: Update LostItem to use Koha::Item[::Transfer...
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-03-09 Jonathan DruartBug 27545: Keep the location if passed
2021-03-09 Jonathan DruartBug 27545: Use NewItemsDefaultLocation from places...
2021-03-03 Martin RenvoizeBug 26618: Improve Exception Class Names
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Correction to datecancelled...
2021-03-03 Martin RenvoizeBug 24446: (follow-up) Handle cases of pre-existing...
2021-03-03 Martin RenvoizeBug 26057: Add 'cancel' method to Koha::Item::Transfer
2021-03-03 Martin RenvoizeBug 25755: (QA follow-up) Further POD clarifications
2021-03-03 Katrin FischerBug 25755: Fix typo in POD
2021-03-03 Martin RenvoizeBug 25755: Add Unit tests for update to get_transfer
2021-03-03 Martin RenvoizeBug 25755: (QA follow-up) Clarify POD and parameters
2021-03-03 Martin RenvoizeBug 25755: Add Koha::Item->request_transfer method
2020-12-04 Jonathan DruartBug 27003: Item creation log must be done after the...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix up tests and cover case...
2020-11-13 Martin RenvoizeBug 26963: (QA follow-up) Convert to ResultSets
2020-11-13 Nick ClemensBug 26963: (follow-up) Change subroutine name for QA...
2020-11-13 Nick ClemensBug 26963: Don't call 'can_be_transferred' for each...
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-10-25 Björn NylénBug 26750: Deleted items not indexed
2020-10-12 Jonathan DruartBug 26145: Allow multi covers per item
2020-10-12 Jonathan DruartBug 26145: Refactoring - Move C4::Images to Koha::Cover...
2020-10-01 Martin RenvoizeBug 26268: Remove final references to paidfor db field
2020-09-28 Nick ClemensBug 25265: Rename skip_modzebra_update to skip_record_index
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-09-23 Nick ClemensBug 26507: Elasticsearch - Index records after storing...
2020-09-18 Tomas Cohen AraziBug 26470: Store the item before calling the after...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Do not rely on userenv->{branchcode}
2020-08-20 Jonathan DruartBug 18501: Fix QA issues
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Fix regressions highlighted...
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Remove FIXME + Track issue_id
2020-08-20 Jonathan DruartBug 18501: Adjust condition for flagging an item found
2020-08-20 Jonathan DruartBug 18501: set the is_refunded flag as internal var
2020-08-20 Jonathan DruartBug 18501: Add _set_found_trigger
2020-08-20 Jonathan DruartBug 18501: Remove the borrowernumber parameter
2020-08-20 Jonathan DruartBug 18501: Prepare the ground
2020-08-18 Marcel de RooyBug 20469: Remove effective parameter
2020-08-18 Marcel de RooyBug 20469: Add Koha::Item->itemtype
2020-07-30 Jonathan DruartBug 26063: Use Koha::Plugins->call for some other hooks
2020-05-12 Jonathan DruartBug 25421: Update POD
2020-05-12 Tomas Cohen AraziBug 25421: Make ->pickup_locations only return an arrayref
2020-05-11 Jonathan DruartBug 8132: Adding a new message 'last_item_for_hold...
2020-04-14 Jonathan DruartBug 24027: Add POD about the new parameter in Koha...
2020-04-14 Andrew NuggedBug 24027: Call ModZebra once after all items added...
2020-04-03 Tomas Cohen AraziBug 25006: Make Koha::Item->as_marc_field skip undefine...
2020-03-31 Jonathan DruartBug 23463: (follow-up 3) Fix timestamp default value
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-24 Nick ClemensBug 24759: Rename renewalbranch to renewal_branchcode
2020-03-24 Nick ClemensBug 24759: CleanUp OpacRenewalBranch values
2020-03-24 Nick ClemensBug 24759: Move OpacRenewalBranch code to Koha::Item
2020-03-23 Jonathan DruartBug 23463: Fix cn_source for new item
2020-03-23 Jonathan DruartBug 23463: (follow-up) Fix timestamp default value
2020-03-23 Jonathan DruartBug 23463: Fix timestamp default value
2020-03-23 Jonathan DruartBug 23463: cn_sort needs to be updated if cn_source...
2020-03-23 Jonathan DruartBug 23463: Replace recently added occurrences
2020-03-23 Jonathan DruartBug 23463: build cn_sort only if needed
2020-03-23 Jonathan DruartBug 23463: update permanent_location if location has...
2020-03-23 Jonathan DruartBug 23463: Fix AutomaticItemModificationByAge.t
2020-03-23 Jonathan DruartBug 23463: Fix CancelReceipt.t
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
2020-03-23 Jonathan DruartBug 23463: Remove DelItem
2020-03-23 Jonathan DruartBug 23463: Move plugin hook
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: AddItem removing
2020-03-23 Jonathan DruartBug 23463: Replace _set_derived_columns_for_add
2020-03-23 Jonathan DruartBug 23463: Remove _set_defaults_for_add
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2020-01-03 Tomas Cohen AraziBug 22284: (QA follow-up) Make pickup locations be...
next