https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605
--- Comment #8 from Pedro Amorim <[email protected]> --- Instructions on converting old ILL backend into a plugin can be found at the PluginBackend sample plugin https://github.com/ammopt/koha-ill-backend-plugin: - Create your plugin, copy the contents from your old ILL backend into the plugin folder. - Copy the code from your old Base.pm file into the plugin file named after the plugin. - Rename the old backend 'metadata' method to 'backend_metadata'. - Rename the old backend 'new' method to 'new_backend'. -- 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/
