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

            Bug ID: 22285
           Summary: OPAC shows too much info about ILL requests
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: ILL
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When ILL is enabled, patrons get an extra "tab" in "my summary" in the OPAC,
called "your interlibrary loan requests". This page shows a table of basic info
about ILL requests for that patron, along with a button that says "View".
Clicking on this button shows a lot of information about a single request. 

The first part of the page has a heading of "Details from library" and contains
the same fields as the table on the previous page, along with a field for
notes. (It looks like this field can be edited both by the patron and by
librarians, which seems kind of odd, but that is better left for another bug.)

The second part is labeled "Details from <supplier/backend>", and this is the
problematic bit. It is identical to the information displayed to librarians in
the backend, so it might contain notes that are not meant for the patron to
see. 

The data in this section comes from Koha::Illbackends::Libris::Base:metadata().
Could it be possible to give this sub a parameter so that it would "know" if it
is serving data for the OPAC or the intranet, and choose which data to display
based on that?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to