https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23578
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Tomás Cohen Arazi <[email protected]> --- Currently, you need to define in koha-conf.xml the path: <backend_directory>__PERL_MODULE_DIR__/Koha/Illbackends</backend_directory> on this hybrid plugin/ILL backend: https://gitlab.com/thekesolutions/plugins/koha-plugin-innreach my approach has been to generate directories for both: Koha/Illbackends Koha/Plugin/Com/Theke/INNReach* they are packaged together. And then on koha-conf.xml I only need to put: <backend_directory>/var/lib/koha/plugins/Koha/Illbackends</backend_directory> We should try it with more than one backend. -- You are receiving this mail because: You are the assignee for the bug. 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/
