Bug 20899: Fix patron's name display
[koha.git] / C4 / Items.pm
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
2017-06-05 Jonathan DruartBug 18279: Remove C4::Items::GetLostItems
2017-06-05 Jonathan DruartBug 18295: C4::Items - Remove get_itemnumbers_of
2017-06-05 Jonathan DruartBug 18278: C4::Items - Remove GetItemLocation
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-04-13 Jonathan DruartBug 18274: C4::Items - Remove GetItemStatus
2017-03-31 Marcel de RooyBug 17736: [QA Follow-up] We do not need GetItemHolds...
2017-03-31 Jonathan DruartBug 18270: Do not fetch the MARC record when deleting...
2017-03-22 Jonathan DruartBug 18256: Koha::Items - Remove GetItemsCount
2017-02-17 Jonathan DruartBug 17846: Remove C4::Koha::get_infos_of
2017-02-14 Marcel de RooyBug 17512: Improve handling dates in C4::Items
2017-02-07 BlouBug 15030 - Fixes the serials fields associated with...
2017-02-07 BlouBug 15030 - Certain values in serials' items are lost...
2017-01-13 Marcel de RooyBug 17196: [QA Follow-up] Adjust some text on marcxml
2017-01-13 Jonathan DruartBug 17196: Fix query builder for item search
2016-11-18 Jonathan DruartBug 17642: use get_description_by_koha_field when needed
2016-11-18 Jonathan DruartBug 17642: use find_by_koha_field when needed
2016-10-28 Kyle M HallBug 14598 [QA Followup] - Correct the behavior of GetItem
2016-10-21 Jonathan DruartBug 17251: Koha::AuthorisedValues - Remove GetKohaAutho...
2016-10-21 Jonathan DruartBug 17250 - Koha::AuthorisedValues - Remove GetAuthValCode
2016-10-21 Jonathan DruartBug 17411: Remove 3 other occurrences of exit 1
2016-10-21 Jonathan DruartBug 10455: Remove biblioitems.marc
2016-10-11 Jonathan DruartBug 17248 - Koha::AuthorisedValues - Remove GetKohaAuth...
2016-09-12 Matthias MeusburgerBug 7677 [Follow-up]: New areas in subscriptions and...
2016-09-12 Kyle M HallBug 6852 [QA Followup] - Tidy AddItem
2016-09-12 Marcel de RooyBug 6852: Staged import reports wrong success for items
2016-09-09 Jacek AblewiczBug 16365 - GetMarcStructure() "unsafe" variant in...
2016-09-09 Jacek AblewiczBug 16365: Selectively introduce GetMarcStructure(...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
2016-09-08 Jonathan DruartBug 17189: Add the ability to define several memcached...
2016-09-03 Kyle M HallBug 14695 [QA Followup] - Unit Tests
2016-08-26 Barton Chittendenbug 14504: (QA followup) fixing DelItemCheck arguments
2016-08-26 Barton ChittendenBug 14504: (QA followup) use TestBuilder, remove do_not...
2016-08-26 Barton Chittendenbug 14504: split logic from DelItemCheck() into ItemSaf...
2016-07-15 Jonathan DruartBug 16889: Remove C4::Items::biblioitems_columns and...
2016-07-15 Jonathan DruartBug 16889: Remove C4::Items::columns and use Koha:...
2016-06-17 Jonathan DruartBug 13074: Use Koha::Cache to cache the defaults values...
2016-06-10 Marcel de RooyBug 16428: [QA Follow-up] Useless call to GetMarcStruct...
2016-06-10 Jonathan DruartBug 16428: Use the biblio framework to know if a field...
2016-04-29 Jonathan DruartBug 16167: Remove Authorised value images prefs
2016-04-26 Robin SheatBug 12478: make things using SimpleSearch use the new...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-03-31 Jonathan Druart Bug 16004: Replace items.new with items.new_status
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-03-07 Jonathan Druart Bug 5404: Move the test to a new IsMarcStructureIntern...
2016-03-07 Jonathan Druart Bug 5404: C4::Koha - remove subfield_is_koha_internal_p
2016-03-02 Jonathan Druart Bug 11023: Automatic item modification by age (Was...
2015-12-29 Kyle M Hall Bug 11084 [QA Followup] - Suppress userenv warning
2015-12-29 Kyle M Hall Bug 11084 - Delete biblios on Leader 05 == d
2015-11-19 Marc VéronBug 14870: (followup) Remove stray C4::Dates
2015-10-29 Jonathan DruartBug 14100: Fix t/db_dependent/Items.t
2015-10-27 Jonathan DruartBug 14100: (follow-up) Language overlay for item types
2015-10-27 Jonathan DruartBug 14100: Generic solution for language overlay -...
2015-10-22 Mark TompsettBug 15027: Correct Type in C4::Items perldoc
2015-10-02 Jonathan DruartBug 14811: Don't update permanent_location with CART...
2015-09-18 Marc VéronBug 13813: Remove deprecated module C4::Dates from...
2015-09-16 Jonathan DruartBug 7634: Prevent permanent_location to be set to NULL...
2015-09-16 Jonathan DruartBug 8723: Update hold_fill_targets, tmp_holdsqueue...
2015-09-16 Jonathan DruartBug 8723: Update the reserves table for item-level...
2015-07-24 Jonathan DruartBug 8684: Fix duplicate check on creating items in...
2015-06-22 Stefan WeilBug 14383: C4: Fix some typos (mostly in comments and...
2015-05-06 Mark TompsettBug 14057: Inventory is painfully slow
2015-04-23 Kyle M HallBug 13023: (QA Followup) Use db column for storage...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-16 Marcel de RooyBug 10480: Use the framework plugin object in cataloguing
2015-04-10 Jonathan DruartBug 13372: Sort is done by DataTables
2015-04-10 Jonathan DruartBug 13372: Items lost report improvements
2015-03-25 SrdjanBug 5786 - Move AllowOnShelfHolds and OPACItemHolds...
2015-02-09 Julian MauriceBug 13562: Fix item search on item MARC subfields
2014-12-19 Jonathan DruartBug 13465: Correct the field prefix ambiguity
2014-11-26 Jonathan DruartBug 13332: Fix conflict between 5304 and 10860
2014-11-21 SrdjanBug 5304: GetItemsInfo() - moved issues and serials...
2014-11-21 Fridolin SomersBug 12909 - item withdrawn is missing in inventory...
2014-11-04 Jonathan DruartBug 11425: Get column names using DBIX
2014-11-04 Julian MauriceBug 11425: Add unit tests
2014-11-04 Julian MauriceBug 11425: Add item search form in staff interface
2014-11-03 Kyle M HallBug 10860 [QA Followup] - Rename system preferences
2014-11-03 Katrin FischerBug 10860: Follow-up - staff reading record
2014-11-03 Kyle M HallBug 10860 - Change "in-house use" to "on-site checkout"
2014-11-03 Jonathan DruartBug 10860: In-House Use
2014-10-11 Jonathan DruartBug 12874: A DB field without a default mapping is...
next