]> git.koha-community.org Git - koha.git/commit
Bug 15380: Introduce Koha::Authorit[y|ies] and Koha::Authority::Type[s]
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Dec 2015 11:41:24 +0000 (11:41 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 31 Dec 2015 18:50:41 +0000 (18:50 +0000)
commit895c60b8d309e4afdd71a7a3eb75ccd69a3577bf
treebab2b2d51b455ca34c66b01a35b40082e5b51507
parent03c89fa02ed80987a02dd12e33aeb2487a2e5370
Bug 15380: Introduce Koha::Authorit[y|ies] and Koha::Authority::Type[s]

Based on Koha::Objects.

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
Koha/Authorities.pm [new file with mode: 0644]
Koha/Authority.pm [new file with mode: 0644]
Koha/Authority/Type.pm [new file with mode: 0644]
Koha/Authority/Types.pm [new file with mode: 0644]
t/db_dependent/Koha/Authorities.t [new file with mode: 0644]