Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / C4 / Items.pm
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...
2019-04-16 Fridolin SomersBug 21975: Avoid unnecessary substitutions in automatic...
2019-04-16 Fridolin SomersBug 21975: get item field in substitutions
2019-03-22 Katrin FischerBug 13735: Update PrepareItemrecordDisplay to use maxlength
2019-03-15 Jonathan DruartBug 22219: Remove duplicated items in inventory (when...
2019-02-26 Jonathan DruartBug 21206: Remove GetItem
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-15 Katrin FischerBug 10676: Fix behaviour of OpacHiddenItems for items...
2019-02-15 Fridolin SomersBug 22140: Use of EasyAnalyticalRecords pref is get_hos...
2019-02-04 Kyle M HallBug 22097: CataloguingLog should be suppressed for...
2019-02-04 Nick ClemensBug 19915: Use cn_sort values for getting inventory...
2019-01-30 Tomas Cohen AraziBug 22155: Adapt uses of biblio_metadata.marcflavour...
2019-01-28 helene hickeyBug 21290: Updating documentation for ModItem
2019-01-25 Kyle M HallBug 7614: (QA follow-up) Tidy code to remove tab characters
2019-01-25 Kyle M HallBug 7614: Don't allow un-usable pickup locations in...
2018-11-21 Marcel de RooyBug 21774: Cloned item subfields disappear when editing...
2018-11-08 Tomas Cohen AraziBug 21413: Fix condition to avoid operator bnding isssues
2018-11-08 Kyle M HallBug 21413: Inventory - Skip items with waiting holds
2018-11-05 Jonathan DruartBug 21650: Remove the subroutine C4::Items::GetLastAcqu...
2018-11-02 Nick ClemensBug 14385: DBRev 18.06.00.050
2018-11-02 Chris CormackBug 14385: Extend OpacHiddenItems to allow specifying...
2018-10-19 Mark TompsettBug 20592: Return early in ModItem if nothing to update
2018-10-15 Nick ClemensBug 19687: (RM follow-up) Export correct function name
2018-10-15 David GustafssonBug 19687: Undefined subroutine in bulkmarcimport
2018-08-31 Jonathan DruartBug 21201: Remove GetItemnumbersForBiblio
2018-08-31 Jonathan DruartBug 21184: Remove GetBarcodeFromItemnumber
2018-08-30 Jonathan DruartBug 21202: Replace C4::Items::GetItemsByBiblioitemnumbe...
2018-08-30 Jonathan DruartBug 21183: Replace C4::Items::GetItemnumberFromBarcode...
2018-08-30 Jonathan DruartBug 21183: Remove GetItemnumberFromBarcode
2018-08-30 Kyle M HallBug 21231: BlockReturnofLostItems does not prevent...
2018-06-22 Marcel de RooyBug 20702: Bind results of GetHostItemsInfo to the...
2018-04-06 Marcel de RooyBug 18816: (QA follow-up) Framework parameter is not...
2018-04-06 Kyle M HallBug 18816: (QA follow-up) Add rarely used params to...
2018-04-06 Kyle M HallBug 18816: (QA follow-up) Convert param to hashref...
2018-04-06 Kyle M HallBug 18816: Make CataloguingLog work in production by...
2018-02-18 Nick ClemensBug 17672: Add damaged_on to items and deleteditems...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Remove ORDER BY clause for COUNT...
2018-02-13 Kyle M HallBug 19530: Don't update the date arrived for closed...
2018-02-13 Kyle M HallBug 19530: Prevent multiple transfers from existing...
2017-12-07 Marcel de RooyBug 19096: Make Default authoritative in core modules
2017-12-07 Marcel de RooyBug 10306: Core module changes for multiple mappings
2017-10-03 Dobrica PavlinusicBug 19350 - Holds without link in 773 trigger SQL:...
2017-09-06 Jonathan DruartBug 18927: Use fully qualified subroutine names in...
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-10 Marcel de RooyBug 18277: [QA Follow-up] Additional polishing
2017-07-10 Jonathan DruartBug 18277: Remove GetBiblionumberFromItemnumber - Easy...
2017-06-07 Jonathan DruartBug 18296: C4::Items - Remove GetItemInfosOf
2017-06-05 Marcel de RooyBug 18279: [QA Follow-up] Correct @EXPORT
next