https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35604
--- Comment #137 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 180465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180465&action=edit Bug 35604: Move available_backends() to Koha::ILL::Request::Config This patch removes the the Koha::ILL::Backends class as it is not actually a Koha::Objects-based class as it claims, and also internally instantiates the config class, which could just hold the only defined method. This method is only used in the preferences.pl page, and its occurence is fixed by this patch. Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
