Bug 26481: Add Koha::Item::Transfer->in_transit method
[koha.git] / t / db_dependent / Koha / Items.t
2021-03-03 Martin RenvoizeBug 25755: Add Unit tests for update to get_transfer
2021-02-01 Tomas Cohen AraziBug 27580: Regression tests
2021-01-14 Martin RenvoizeBug 24254: (QA follow-up) Inlines opachiddenitems handling
2021-01-14 Tomas Cohen AraziBug 24254: Implement separate filters and add patron...
2021-01-14 Tomas Cohen AraziBug 24254: Read the OpacHiddenItems preference internally
2021-01-14 Tomas Cohen AraziBug 24254: Compare itemlost with 0
2021-01-14 Tomas Cohen AraziBug 24254: Unit tests
2020-12-04 Jonathan DruartBug 27003: Item creation log must be done after the...
2020-11-06 Tomas Cohen AraziBug 23091: Simplify tests by turning off AccountAutoRec...
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-08-25 Jonathan DruartBug 26139: Centralize code for "Place hold" button...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Use t::lib::Dates::compare in...
2020-08-21 Martin RenvoizeBug 18501: (follow-up) Test undefined userenv behaviour
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Migrate and update unit tests
2020-08-20 Martin RenvoizeBug 18501: (QA follow-up) Add test of *_on functionality
2020-08-18 NickBug 23695: Set holding branch to transferring branch...
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-01-03 Tomas Cohen AraziBug 22284: (QA follow-up) Make pickup locations be...
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: Opac pickup_locations
2019-10-25 Jonathan DruartBug 23413: Fix tests
2019-10-24 Nick ClemensBug 23413: Update tests to use build_sample_biblio
2019-08-13 Nick ClemensBug 23413: Add a holds method to Koha::Items
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
2018-07-18 Jonathan DruartBug 18072: Only accept Koha::Library in parameters
2018-07-18 Tomas Cohen AraziBug 18072: (QA follow-up) Remove warning from tests
2018-07-18 Lari TaskulaBug 18072: (QA follow-up) let Koha::Item->can_be_transf...
2018-07-18 Lari TaskulaBug 18072: Add Koha::Item->can_be_transferred
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Shorten items.barcode
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-04-28 Jonathan DruartBug 18402: Add the Koha::Item->checkout method
2017-04-21 Julian MauriceBug 18459: Add the Koha::Item->biblioitem method
2017-02-17 Jonathan DruartBug 17974: Add the Koha::Item->biblio method
2016-09-02 Jonathan DruartBug 16686: Add test for Koha::Item::Transfer[s] and...