[Koha-bugs] [Bug 7398] New: Show number of holds on a biblio in the OPAC details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 2 22:30:43 CET 2012


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

             Bug #: 7398
           Summary: Show number of holds on a biblio in the OPAC details
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
        AssignedTo: oleonard at myacpl.org
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: ian.walls at bywatersolutions.com


Like on the staff client, it should be possible to show the number of holds
currently on a title.  This will allow patrons to know how long a wait is going
to be without having to log into the OPAC.

Work to be done:

* Add a new system preference, OPACShowHoldsCount, that will control whether
the total number of holds shown on the OPAC detail page or not.  Summon this
syspref on the opac-detail page, and pass to the template

* Add call to GetReservesfrombiblionumber.  Take the holdcount return variable,
and pass it to the template.

* Edit opac-detail.tt to check for OPACShowHoldsCount, and if it's true,
display the number of holds in a div similar to the one used staff-side

* Edit the opac.css to properly and aesthetically display this new div

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list