Koha/t/db_dependent/Patron
Tomas Cohen Arazi 9bf19f628a Bug 29847: Make Koha::Patron::HouseboundProfile->housebound_visits return a resultset
This patch makes the method consistent with the rest of the codebase, by
making it return a proper resultset.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/Patron/HouseboundProfiles.t
=> SUCCESS: Tests pass!
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass!
4. Check the UI hasn't got broken either.
=> SUCCESS: It hasn't!
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-02-09 15:36:23 -10:00
..
Borrower_Debarments.t Bug 29395: use EXPORT_OK from Koha::Patron::Debarments 2021-11-03 15:40:52 +01:00
Borrower_Discharge.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
Borrower_Files.t Bug 26384: Fix executable flags 2020-09-11 09:56:56 +02:00
Borrower_PrevCheckout.t Bug 28931: Use EXPORT_OK from Koha::DateUtils 2021-10-07 11:01:05 +02:00
Housebound.t
HouseboundProfiles.t Bug 29847: Make Koha::Patron::HouseboundProfile->housebound_visits return a resultset 2022-02-09 15:36:23 -10:00
HouseboundRoles.t Bug 29844: Some more uncaught cases 2022-02-09 15:36:23 -10:00
HouseboundVisits.t Bug 29844: Some more uncaught cases 2022-02-09 15:36:23 -10:00
Messages.t Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
Relationships.t Bug 29844: Some more uncaught cases 2022-02-09 15:36:23 -10:00