Bug 21082: Add new admin page for overdrive
authorNick Clemens <nick@bywatersolutions.com>
Tue, 17 Jul 2018 14:08:13 +0000 (14:08 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 9 Oct 2018 11:04:23 +0000 (11:04 +0000)
commitdf339d0372c633635bc63d87d7caa7807a540aed
tree5e99578841d0587ef2cd8d7f65cd26a105f9c771
parent67d13dc5867e813efad430c6352657e459259bab
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>
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]