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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 21 Mar 2023 09:33:58 +0000 (09:33 +0000)
commitf604e721e8381519cf880bef4e3d7f8c0b2052c7
treeaf6dbe2a0e95d508ded82b4ec8e4da1d96b3423a
parent1e94e279c444ef1cdf440cad8f3a0eda72c835e9
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>
(cherry picked from commit 2055c84a9583cc53fc71f054ccaa7eea1d559aae)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
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]