Bug 31281: Use correct reply-to email when sending overdue mails
[koha.git] / C4 / Items.pm
2022-08-01 Slava ShishkinBug 23919: Items search by ISBN variations and ISSN...
2022-07-22 Jonathan DruartBug 29697: Remove GetHiddenItemnumbers
2022-07-22 Jonathan DruartBug 29697: Replace GetMarcBiblio occurrences with ...
2022-07-18 Fridolin SomersBug 27683: Bind results of GetAnalyticsCount to the...
2022-06-13 Martin RenvoizeBug 30824: (follow-up) POD
2022-06-13 Nick ClemensBug 30824: Improve performance of BatchCommitItems
2022-06-08 Nick ClemensBug 30813: Update TransformMarcToKoha to accept a hashref
2022-05-16 Nick ClemensBug 29719: Do not clear onloan value when not passed...
2022-05-11 Alex BuckleyBug 23352: (follow-up) Fixes for QA review
2022-05-11 Alex BuckleyBug 23352: Set default collection code when creating...
2022-05-05 Tomas Cohen AraziBug 29346: Add more fine-grained control of holds queue...
2022-05-02 Fridolin SomersBug 30366: Remove warn when running automatic_item_modi...
2022-04-08 David CookBug 14393: Add collection code filter to inventory
2022-04-08 Alex BuckleyBug 22827: Add age dependency on other fields than...
2022-03-25 Fridolin SomersBug 17748: (follow-up) Fix date due column filter
2022-03-25 Aleisha AmohiaBug 17748: (follow-up) Remove availability column
2022-03-25 Aleisha AmohiaBug 17748: (follow-up) Fix sorting on new columns
2022-03-25 Aleisha AmohiaBug 17748: Show due date and availability in item searc...
2022-02-10 Tomas Cohen AraziBug 29844: Some more uncaught cases
2021-10-18 Nick ClemensBug 29243: Correct call when adding items from staged...
2021-10-18 Jonathan DruartBug 28769: Remove tabloop from cataloguing plugins
2021-10-07 Jonathan DruartBug 18984: Remove NORMARC support
2021-08-27 Jonathan DruartBug 22690: Remove uneeded return and add no_triggers
2021-08-27 Ere MaijalaBug 22690: Refactor merging of records to improve perfo...
2021-08-18 Nick ClemensBug 28776: Warns from GetItemsInfo when biblio marked...
2021-08-04 Nick ClemensBug 28533: Fix other ocurrence
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-05-19 Nick ClemensBug 27837: (follow-up) Do not check subfield unless...
2021-05-19 Kyle M HallBug 27837: Check the MARC directly, not the transformed...
2021-05-19 Kyle M HallBug 27837: Permanent location to be empty string, check...
2021-05-19 Kyle M HallBug 27837: Update permanent location if passed into...
2021-04-21 Tomas Cohen AraziBug 23583: Handle OpacHiddenItems with yaml_preference
2021-03-09 Jonathan DruartBug 27545: Use NewItemsDefaultLocation from places...
2021-03-03 Martin RenvoizeBug 24446: Update ModItemTransfer for daterequested...
2021-03-01 Jonathan DruartBug 8976: Change for the item forms
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-09 Jonathan DruartBug 4037: Correctly join the itemtypes array
2021-02-09 Aleisha AmohiaBug 4037: Add item type filter to inventory tool
2021-01-22 Jonathan DruartBug 27509: Prevent cn_sort value to be lost when editin...
2021-01-12 Nick ClemensBug 25306: Remove framework paramter from ModBiblioMarc
2020-11-04 Matthias MeusburgerBug 20888: (follow-up) 'is not' operator behaves as...
2020-11-04 Fridolin SomersBug 26032: (follow-up) Replace IFNULL() mysqlism with...
2020-11-04 Fridolin SomersBug 26032: Add 'is new' filter in items search
2020-10-22 Martin RenvoizeBug 26581: Only reindex records once per checkin
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-08-13 Owen LeonardBug 24134: Add placeholder for 2 digit years to allow...
2020-07-13 Jonathan DruartBug 25964: Prevent data loss when editing items from...
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-04-27 Jonathan DruartBug 23081: Revert "Bug 24443: Consider NULL as 0 for...
2020-04-27 Katrin FischerBug 21927: Acq - Add blank values in pull downs of...
2020-04-17 Jonathan DruartBug 23463: Remove double store call
2020-04-14 Tomas Cohen AraziBug 24027: (QA follow-up) Fix POD warning
2020-04-14 Andrew NuggedBug 24027: Call ModZebra once after all items added...
2020-03-24 Marcel de RooyBug 21800: Check the correct framework for the repeatab...
2020-03-23 Jonathan DruartBug 23463: Fix wrong variable name
2020-03-23 Jonathan DruartBug 23463: Fix items.cn_sort vs cn_sort
2020-03-23 Jonathan DruartBug 23463: Use new method Koha::Object->set_or_blank
2020-03-23 Jonathan DruartBug 23463: Fix items.cn_source vs cn_source
2020-03-23 Jonathan DruartBug 23463: Fix CancelReceipt.t
2020-03-23 Jonathan DruartBug 23463: Remove no longer needed subs related to...
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
2020-03-23 Jonathan DruartBug 23463: Remove DelItem
2020-03-23 Jonathan DruartBug 23463: Remove ModItem
2020-03-23 Jonathan DruartBug 23463: Remove _mod_item_dates
2020-03-23 Jonathan DruartBug 23463: _do_column_fixes_for_mod dealt with integer...
2020-03-23 Jonathan DruartBug 23463: _set_derived_columns_for_mod was only used...
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-03-23 Jonathan DruartBug 23463: Remove uneeded SearchItemsByField subroutine
2020-03-18 Martin RenvoizeBug 24298: Record transfer triggers for returns
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-02-13 Jonathan DruartBug 24361: Silent Items/GetItemsForInventory.t
2020-02-10 Marcel de RooyBug 13305: Remove tabindex from PrepareItemsRecordDisplay
2020-01-27 Jonathan DruartBug 24361: Silent t/db_dependent/Items.t
2020-01-24 Fridolin SomersBug 24443: Consider NULL as 0 for issues in items search
2020-01-21 Nick ClemensBug 3426: Allow for multiple fields in itemcallnumber...
2020-01-07 Jonathan DruartBug 24361: (bug 24217 follow-up) Fix several warnings...
2020-01-03 Jonathan DruartBug 24217: use Modern::Perl for modules when strict...
2019-12-16 Kyle M HallBug 23233: Remove use of AllowItemsOnHoldCheckout from...
2019-12-16 Kyle M HallBug 23233: AllowItemsOnHoldCheckout is misnamed and...
2019-11-13 Jonathan DruartBug 24030: Fix GetItemsForInventory under MySQL 8
2019-10-15 Nick ClemensBug 23129: Set holdingbranch to library that initiates...
2019-10-08 Jonathan DruartBug 22667: Pick default value from framework for cn_source
2019-10-03 Fridolin SomersBug 23252: Add missing input_marceditor class in item...
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-07-15 Martin RenvoizeBug 19919: Stop using paidfor altogether
2019-07-04 Tomas Cohen AraziBug 22709: Add after biblio/item action hooks
2019-05-14 Martin RenvoizeBug 22899: (QA follow-up) Change accessor name
2019-04-25 Nick ClemensBug 14576: (follow-up) Using item objects, not hashrefs
2019-04-25 Hayley MapleyBug 14576: Replaced calls using deprecated method GetIt...
2019-04-25 Nick ClemensBug 14576: Allow arbitrary automatic update of location...
2019-04-19 Nick ClemensBug 15505: Mark Hold Items 'On hold' instead of 'Available'
2019-04-16 Fridolin SomersBug 21975: (follow-up) avoid undef in eq
2019-04-16 Fridolin SomersBug 21975: (follow-up) get item datas from previous...
next