Bug 31196: Remove 'default_value_for_mod_marc-' clear_from_cache calls
[koha.git] / t / db_dependent / Koha / Item.t
2022-10-25 Jonathan DruartBug 31196: Remove 'default_value_for_mod_marc-' clear_f...
2022-10-24 Aleisha AmohiaBug 23012: Apply processing fee return policy when...
2022-10-11 Joonas KylmäläBug 31485: Move _item_denied_renewal to Koha::Item
2022-10-03 Julian MauriceBug 31441: Fix Koha::Item::as_marc_field when kohafield...
2022-08-16 Tomas Cohen AraziBug 31313: Unit tests
2022-08-16 Jonathan DruartBug 31313: Fix availability - OPAC opac-detail
2022-08-01 Jonathan DruartBug 30392: Set deleted_on when an item is (marked as...
2022-07-13 Martin RenvoizeBug 28854: Unit test for Koha::Item additions
2022-07-08 Nick ClemensBug 24857: Add Object Methods
2022-07-05 Tomas Cohen AraziBug 29958: Regression tests
2022-06-06 David CookBug 30636: Show notforloan availability correctly in...
2022-05-13 Tomas Cohen AraziBug 30728: Add unit tests
2022-05-05 Aleisha AmohiaBug 30291: Changes to tests
2022-05-05 Tomas Cohen AraziBug 29346: Item action trigger
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) Fix recalls.old is default 0
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Tomas Cohen AraziBug 19532: Make recalls.status an ENUM
2022-03-15 Marcel de RooyBug 19532: (QA follow-up) Fixing unit tests
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-02-15 Martin RenvoizeBug 26704: (follow-up) Rebase for bug 29785
2022-02-15 Tomas Cohen AraziBug 26704: Unit tests
2022-01-11 Jonathan DruartBug 29788: Make Koha::Item->safe_to_delete use Koha...
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-10-07 Jonathan DruartBug 27526: Improve robustness of tests
2021-10-07 Jonathan DruartBug 27526: Fix perlcritic in tests
2021-10-06 Jonathan DruartBug 27526: Add tests for columns_to_str and host_items
2021-09-20 Jonathan DruartBug 28972: Fix failing tests
2021-08-27 Jonathan DruartBug 22690: Remove uneeded return and add no_triggers
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Add TrackedLink classes and...
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Rename 'item_orders' to ...
2021-08-27 Jonathan DruartBug 22690: Add missing txn_begin in subtest
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Make bib-level hold object...
2021-08-27 Ere MaijalaBug 22690: Add more tests
2021-08-27 Ere MaijalaBug 22690: Refactor merging of records to improve perfo...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Pass 'replace' through to...
2021-04-23 Kyle M HallBug 27281: (QA follow-up) Fix typo
2021-04-23 Martin RenvoizeBug 27281: Add unit test for Koha::Item->get_transfers
2021-04-07 Tomas Cohen AraziBug 27069: Adjust tests
2021-03-03 Martin RenvoizeBug 26618: Improve Exception Class Names
2021-03-03 Martin RenvoizeBug 25755: (follow-up) Fix unit test
2021-03-03 Martin RenvoizeBug 25755: Add Koha::Item->request_transfer method
2020-11-20 Jonathan DruartBug 27062: Fix pickup_location tests when existing...
2020-11-20 Jonathan DruartBug 27007: Don't call GetMarcSubfieldStructure with...
2020-11-13 Jonathan DruartBug 26963: Ignore existing libraries
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix up tests and cover case...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Don't delete existing data...
2020-11-13 Martin RenvoizeBug 26963: (QA follow-up) Migrate unit tests into picku...
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: Unit tests
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-08-31 Jonathan DruartBug 26250: Fix tests when SearchEngine=Elastic
2020-08-18 Marcel de RooyBug 20469: Remove effective parameter
2020-08-18 Marcel de RooyBug 20469: Add Koha::Item->itemtype
2020-05-12 Tomas Cohen AraziBug 25421: Make ->pickup_locations only return an arrayref
2020-05-11 Jonathan DruartBug 8132: Fix failing tests
2020-05-11 Jonathan DruartBug 8132: Adding a new message 'last_item_for_hold...
2020-04-03 Tomas Cohen AraziBug 25006: Regression tests
2020-03-24 Nick ClemensBug 24759: (follow-up) Fix tests
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: Move DelItem.t and Items_DelItemCheck.t...
2020-02-20 Jonathan DruartBug 24657: Do not explicitely pass a branchcode
2020-02-20 Agustin MoyanoBug 24657: Fix t/db_dependent/Koha/Item.t and t/db_depe...
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Adjust circ rule related tests...
2020-01-03 Tomas Cohen AraziBug 22284: (QA follow-up) Make pickup locations be...
2019-12-16 Joonas KylmäläBug 23233: (follow-up) Remove accidentally left comment
2019-12-16 Kyle M HallBug 23233: Remove use of AllowItemsOnHoldCheckout from...
2019-10-17 Tomas Cohen AraziBug 23807: Unit tests
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: Regression tests for Koha::Item->hidden_in_opac
2019-03-18 Nick ClemensBug 22454: (RM follow-up) Adjusts tests to avoid random...
2019-03-13 Tomas Cohen AraziBug 22454: Unit tests