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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 31 11:28:04 CET 2013


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

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

--- Comment #22 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 22629
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22629&action=edit
Bug 10589 - Override OpacHiddenItems based on Patron Category

Two system preferences, PatronSingleBranch and
PatronEveryBranch, have been added to facilitate some
granularity on the override.

If the home branch of the item and the patron match and the
catgegory code of the patron matches one of the pipe delimited
values in the PatronSingleBranch patron category code, then
an item which would normally be hidden will be visible.

If the patron category matches one of the pipe delimited
values in the PatronEveryBranch patron category, then every
item hidden by OpacHiddenItems will be visible.

Since the patron category codes used by default for these
two system preferences are not added, OpacHiddenItems will
continue function as expected until individual patrons and
system preferences are configured.

There is no need to provide this functionality to staff,
as they have access to the staff client.

Rebased to current master (again).

Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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


More information about the Koha-bugs mailing list