[Koha-bugs] [Bug 9743] New: Mandatory opac hold notes under specified conditions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 4 09:06:26 CET 2013


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

            Bug ID: 9743
           Summary: Mandatory opac hold notes under specified conditions
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
                CC: gmcharlt at gmail.com

Make new opac holds notes mandatory under conditions controlled by syspref and
depending on record status.

To illustrate: we examine MARC21 300$a; if it contains multiple parts/volumes,
but there is only one item, we ask the user to specify a part in the notes.
In this case we could implement by: call this situation reason 1, add it in
code and template, and specify reason 1 in the syspref.

The syspref may contain a number of such reasons like: 1,2&3,4 meaning check
successively 1, or 2 and 3, or 4 for new hold requests.
This allows for future extension and flexible configuration.
When extending this further, we should probably add a small interface on top of
the syspref instead of typing 1,2&3 etc. but imo this may be sufficient to
start with.

This development is part of bug 9721 (umbrella report for hold changes to meet
special library needs).
The patch builds on bug 9722 which allows opac users to add hold notes.

-- 
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