Bug 20047: Add Koha::Z3950Server Oject and use it to get server count
authorNick Clemens <nick@bywatersolutions.com>
Fri, 19 Jan 2018 15:57:02 +0000 (15:57 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Apr 2018 16:34:41 +0000 (13:34 -0300)
commit23d423365887311c29810bed2ca7718502189c87
tree0388b5212b87584ca9a6e445ed085534d5c8458c
parent324a3e5dd3ea0194cbad51fa4509cef4d8ea5afc
Bug 20047: Add Koha::Z3950Server Oject and use it to get server count

To test:
1 - prove t/db_dependent/Koha/Z3950Servers.t
2 - Load cataloging and authority home pages
3 - Verify you can add form z395 on each page
4 - Delete all z3950 servers
5 - Viery option to add from Z3950 is removed on both pages

Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Z3950Server.pm [new file with mode: 0644]
Koha/Z3950Servers.pm [new file with mode: 0644]
authorities/authorities-home.pl
cataloguing/addbooks.pl
t/db_dependent/Koha/Z3950Servers.t [new file with mode: 0644]