Bug 24857: Add Koha Objects
authorNick Clemens <nick@bywatersolutions.com>
Tue, 8 Mar 2022 11:27:59 +0000 (11:27 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 8 Jul 2022 18:59:51 +0000 (15:59 -0300)
commit1094577cff8a0f054b05717b3bc852fa3b0fbfaa
tree420a41e1d5a86a234d54e036d819037494743025
parent9ab9601ee99d4478dfb6a1d9a1ab7da418ed3d22
Bug 24857: Add Koha Objects

To test:
1 - prove t/db_dependent/Koha/Biblio/ItemGroups.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio/ItemGroup.pm [new file with mode: 0644]
Koha/Biblio/ItemGroup/Item.pm [new file with mode: 0644]
Koha/Biblio/ItemGroup/Items.pm [new file with mode: 0644]
Koha/Biblio/ItemGroups.pm [new file with mode: 0644]
t/db_dependent/Koha/Biblio/ItemGroups.t [new file with mode: 0755]