30 Oct
2023
30 Oct
'23
2:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605 --- Comment #8 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- 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.