Bug 24000: Some modules do not return 1
[koha.git] / Koha / Item.pm
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...
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: Add "patron's hold group" as new hold_fulfil...
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Default to circulation control...
2020-01-03 Agustin MoyanoBug 22284: Opac pickup_locations
2019-12-16 Kyle M HallBug 23233: Remove use of AllowItemsOnHoldCheckout from...
2019-12-16 Kyle M HallBug 23233: AllowItemsOnHoldCheckout is misnamed and...
2019-10-24 Nick ClemensBug 23413: Remove wrong return
2019-10-24 Nick ClemensBug 23413: (follow-up) Rename variables
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Item
2019-10-17 Tomas Cohen AraziBug 23807: Add Koha::Item->as_marc_field
2019-08-13 Katrin FischerBug 23413: (QA follow-up) Fix terminology
2019-08-13 Nick ClemensBug 23413: Add a holds method to Koha::Items
2019-05-14 Martin RenvoizeBug 22899: (QA follow-up) Change accessor name
2019-05-14 Nick ClemensBug 22899: Add pending_hold method to Koha::Item
2019-04-24 Tomas Cohen AraziBug 22749: Make Koha::Item->hidden_in_opac respect...
2019-03-13 Tomas Cohen AraziBug 22454: Add Koha::Item::hidden_in_opac method
2018-10-09 Tomas Cohen AraziBug 11897: (QA follow-up) Remove rebase leftover
2018-10-09 Martin RenvoizeBug 11897: Stockrotation
2018-07-18 Jonathan DruartBug 18072: Only accept Koha::Library in parameters
2018-07-18 Lari TaskulaBug 18072: Add Koha::Biblio->can_be_transferred
2018-07-18 Lari TaskulaBug 18072: (QA follow-up) let Koha::Item->can_be_transf...
2018-07-18 Lari TaskulaBug 18072: Add Koha::Item->can_be_transferred
2017-04-28 Jonathan DruartBug 18402: Add the Koha::Item->checkout method
2017-04-21 Julian MauriceBug 18459: Add the Koha::Item->biblioitem method
2017-04-13 Jonathan DruartBug 17737: Rename holds_placed_before_today with curren...
2017-04-13 Jonathan DruartBug 17737: Replace GetReservesFromItemnumber with Koha...
2017-02-17 Nick ClemensBug 17974 (QA Followup)
2017-02-17 Jonathan DruartBug 17974: Add the Koha::Item->biblio method
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-10-26 Kyle M HallBug 14610 - Add and update scripts
2016-10-26 Kyle M HallBug 14610 - Add and update modules
next