https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21327
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #78546|0 |1 is obsolete| | --- Comment #7 from Benjamin Rokseth <[email protected]> --- Created attachment 78551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78551&action=edit Bug 21327: Add Core::Community::Circulation This is the Community subclass of Circulation that should be run as default to handle the basic Circulation, and should be interchangable with today's functionality. It also adds SIP integration. to use, add the following in the config section of koha-conf.xml: <core_modules> <circulation>Core::Community::Circulation</circulation> <sip>Core::Community::Circulation::SIP</sip> </core_modules> This is also the default if not set. -- 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] 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/
