[Koha-bugs] [Bug 10589] New: Override OpacHiddenItems based on Patron Category

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 15 12:57:56 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10589

            Bug ID: 10589
           Summary: Override OpacHiddenItems based on Patron Category
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: mtompset at hotmail.com
        QA Contact: testopia at bugs.koha-community.org

This patch will:
1) Add two system preferences: PatronSingleBranch and PatronEveryBranch.
2) Items which would normally be hidden by OpacHiddenItems will be visible if:
a) The patron's category code matches the PatronSingleBranch patron category
code AND the home branch of the item is the same as the home branch of the
patron.
OR
b) The patron's category code matches the PatronEveryBranch patron category
code.

The two system preferences default to PTSB and PTEB which are not added to the
list of possible patron categories. This means OpacHiddenItems will continue to
function as is normally. Having them as system preferences means the patron
category code is not hard coded and can be changed.

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


More information about the Koha-bugs mailing list