https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21327
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78545|0 |1 is obsolete| | --- Comment #6 from Benjamin Rokseth <[email protected]> --- Created attachment 78550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78550&action=edit Bug 21327: Add Core::Circulation This is the Circulation subclass of Core. It is a work in progress, but ideally all neccessary subfunctions should be overridable, and it should consist of a bare minimum of functionality for handling circulation. It is a rewrite of C4::Circulation. To use, add this in the config section in koha-conf.xml and restart plack: <core_modules> <circulation>Core::Circulation</circulation> </core_modules> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
