Bug 17602: RecordedBooks Integration to Koha
authorSrdjan <srdjan@catalyst.net.nz>
Fri, 23 Sep 2016 06:08:30 +0000 (18:08 +1200)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 1 Oct 2018 13:56:38 +0000 (13:56 +0000)
commit7825ff69c2acd2a390b18402e2813fdd9d0b4774
tree33e39b0e885ef66dab94bf30ebe5b4ef7f506e2a
parent2f1cba8b31063ea81862abd37aae009072b1fb15
Bug 17602: RecordedBooks Integration to Koha

This patch introduces the required sysprefs and Koha::ExternalContent::RecordedBooks

Koha::ExternalContent::RecordedBooks - a wrapper around
WebService::ILS::RecordedBooks::PartnerPatron

RecordedBooks* sysprefs

Nothing functional to test with this patch yet.
But you can run the tests that come with it

 t/db_dependent/Koha_ExternalContent_RecordedBooks.t

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/ExternalContent/RecordedBooks.pm [new file with mode: 0644]
installer/data/mysql/atomicupdate/recordedbooks.sql [new file with mode: 0644]
installer/data/mysql/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
t/db_dependent/Koha_ExternalContent_RecordedBooks.t [new file with mode: 0755]