[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:28 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 #78545|0                           |1
        is obsolete|                            |

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


More information about the Koha-bugs mailing list