Bug 14576: Allow arbitrary automatic update of location on checkin
[koha-equinox.git] / C4 / Items.pm
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
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...
next