Bug 33083: Add a generic class to handle methods for collections of records
authorAgustin Moyano <agustinmoyano@theke.io>
Mon, 27 Feb 2023 22:10:31 +0000 (19:10 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Mar 2023 18:11:59 +0000 (15:11 -0300)
commit2055c84a9583cc53fc71f054ccaa7eea1d559aae
treea8bdd03b12c5f91f33c894ff521e0c0420646986
parentb4c9a6cfe23a47cd9a3cb5c6a74c51b36dc15855
Bug 33083: Add a generic class to handle methods for collections of records

To test:
1. Apply patch
2. prove t/db_dependent/Koha/Objects/Record/Collections.t

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Authorities.pm
Koha/Biblio.pm
Koha/Biblios.pm
Koha/Objects/Record/Collections.pm [new file with mode: 0644]
t/db_dependent/Biblio.t
t/db_dependent/Koha/Objects/Record/Collections.t [new file with mode: 0755]