Bug 21082: Add new admin page for overdrive
authorNick Clemens <nick@bywatersolutions.com>
Tue, 17 Jul 2018 14:08:13 +0000 (14:08 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 26 Oct 2018 11:14:59 +0000 (12:14 +0100)
commitaaf5937740324ab528f474f3f09cadcc7952d90a
tree1eafc9399d721027dc27922520594e89732e0124
parent03026626b0e0b832a60dd4f6427566ee4ad0a97d
Bug 21082: Add new admin page for overdrive

The 'authname' field required for OverDrive can differ per branch.
This patch adds Koha Objects for dealing with OD info and submitting
authnames per branch. The description is left open so future branch info
can be added.

To test:
1 - prove -v t/db_dependent/Koha/Library/OverDriveInfos.t
2 - visit cgi-bin/koha/admin/overdrive.pl
3 - Add some authnames for various branches
4 - Verify data saves correctly

Signed-off-by: Sandy Allgood <sandy.allgood@citruslibraries.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit df339d0372c633635bc63d87d7caa7807a540aed)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Library/OverDriveInfo.pm [new file with mode: 0644]
Koha/Library/OverDriveInfos.pm [new file with mode: 0644]
admin/overdrive.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt [new file with mode: 0644]
t/db_dependent/Koha/Library/OverDriveInfos.t [new file with mode: 0644]