[Koha-bugs] [Bug 21327] Add a Modular Koha Core design

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 10 23:44:39 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21327

Benjamin Rokseth <benjamin.rokseth at deichman.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78546|0                           |1
        is obsolete|                            |

--- Comment #7 from Benjamin Rokseth <benjamin.rokseth at deichman.no> ---
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.


More information about the Koha-bugs mailing list