Bug 19532: (follow-up) aria-hidden attr on OPAC, and more
[koha.git] / t / db_dependent / Patron /
2022-02-10 Tomas Cohen AraziBug 29847: Make Koha::Patron::HouseboundProfile->houseb...
2022-02-10 Tomas Cohen AraziBug 29844: Some more uncaught cases
2021-11-03 Jonathan DruartBug 29395: use EXPORT_OK from Koha::Patron::Debarments
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-03-01 Matthias MeusburgerBug 26937: Add an optional delay to the CheckPrevChecko...
2020-11-10 Fridolin SomersBug 26594: add Unit Test
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-03-27 Jonathan DruartBug 22001: Remove the RaiseError occurrences from tests
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-03-18 Jonathan DruartBug 24200: (follow-up) Try to fix random failures from...
2020-01-10 Jonathan DruartBug 24200: Try to fix random failures from Borrower_Pre...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-08-13 Josef MoravecBug 16284: Add test
2019-02-15 Alex ArnaudBug 13515: Add unit tests
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-03-30 Jonathan DruartBug 20503: Prevent Borrower_PrevCheckout.t to fail...
2018-03-23 Jonathan DruartBug 19943: Fix Borrower_PrevCheckout.t - create the...
2018-02-12 Jonathan DruartBug 18403: Patron discharges
2018-01-09 Jonathan DruartBug 19280: Pass a Koha::Patron to CanBookBeIssued
2017-12-21 Jonathan DruartBug 19867: Prevent HouseboundRoles.t to fail randomly
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-04-21 Jonathan DruartBug 18420: Do not use 'S' as patron category code in...
2017-01-13 Marcel de RooyBug 17486: [QA Follow-up] Changes as to set_userenv
2016-11-12 Tomas Cohen AraziBug 17603: Remove itemtype-related Borrower_Discharge...
2016-10-21 Alex SassmannshausenBug 5670: [QA Followup] Correct housebound role search.
2016-10-21 Jonathan DruartBug 5670: mv housebound_* to search_housebound_*
2016-10-21 Alex SassmannshausenBug 5670: [Followup] Return Koha::Patron objects.
2016-10-21 A. SassmannshausenBug 5670: Housebound Readers Module
2016-10-21 Jonathan DruartBug 17426: Do not set AutoCommit in tests
2016-07-15 Jonathan DruartBug 16849: Move IsDebarred to Koha::Patron->is_debarred
2016-07-08 Alex SassmannshausenBug 6906: Follow coding guidelines in terminology.
2016-07-08 Jonathan DruartBug 6906: Tests - Do not assume CPL exists
2016-07-08 Alex SassmannshausenBug 6906 - show 'Borrower has previously issued...
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*