[Koha-bugs] [Bug 15492] Stand alone self check-in tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 25 09:53:50 CET 2018


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

--- Comment #38 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 72180
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72180&action=edit
Bug 15492: Make existing code aware of new self_check* permissions

This patch makes the existing code for SCO use the new permissions schema
for self check modules. Specifically addresses this change:

  circulate  => self_checkout
becomes
  slef_check => self_checkout_module

about.pl checks are dejusted too.

get_template_and_user gets refactored to avoid code duplication and the
conditions are adjusted for the new permissions.

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list