Bug 15294: Koha::Libraries - Move existing Koha::Branch[es]
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 2 Dec 2015 16:53:33 +0000 (16:53 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 14 Jan 2016 15:22:26 +0000 (15:22 +0000)
commit9e764b63c4bdb5f5a652951f5d6a664d8bf0599a
treedeb1e615160153c3de2777ca40d71ac32093e93b
parent96ba9a0d6bc37c5a8d8e1edc29f5736230e9d68f
Bug 15294: Koha::Libraries - Move existing Koha::Branch[es]

There was already 2 Koha::Branch[es] using Koha::Object[s] before.
For this new rewrite, it seems preferable to start with good basis and
name the new modules Koha::Library and Koha::Libraries.

Tested both patches together, works as expected.
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/Hold.pm
Koha/Item.pm
Koha/Libraries.pm [copied from Koha/Branch.pm with 80% similarity]
Koha/Library.pm [copied from Koha/Branch.pm with 59% similarity]
Koha/LibraryCategories.pm [moved from Koha/Branches.pm with 77% similarity]
Koha/LibraryCategory.pm [moved from Koha/Branch.pm with 66% similarity]
t/db_dependent/Items.t
t/db_dependent/Koha/Libraries.t [new file with mode: 0644]