[Koha-bugs] [Bug 7720] Ambiguity in OPAC Details location.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 4 18:03:03 CEST 2012


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

Kyle M Hall <kyle.m.hall at gmail.com> changed:

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

--- Comment #28 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 8878
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8878&action=edit
Bug 7720 - Ambiguity in OPAC Details location.

Currently, in opac-detail.pl, there exists a column named 'Location'.
This column lists the name of the holding branch, and the item's
location description. This can cause confusion to borrowers, as
they may assume that the holding branch is the *owning* branch
(homebranch) of an item.

This could cause a situation where a borrower waits for an
item to be returned to his or her library, only to find that
the library never owned that item, and it was transferred back
to it's homebranch. It could also lead a borrower to falsely
assume that his or her home library does not own a copy of a
particular item because the borrower does not see an his or her
home library listed for any of the items on the record.

In addition, even when the holding branch is different
than the home branch, the item's shelving location is displayed,
even though that branch may not use that location.

This commit makes the item details table equivilent to the intranet
details page by adding a "Home Library" column, which displays the
item's home library, as well as the shelving location.

If singleBranchMode is enabled, this column disappears and the
"Location" column displays the shelving location only.

This commit adds two new system preferences:

OpacLocationBranchToDisplay, which defines whether
to display the holding library, the home library,
or both for the opac details page.

OpacLocationBranchToDisplayShelving, which defines
where the shelving location should be displayed,
under the home library, the holding library, or both.

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

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

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


More information about the Koha-bugs mailing list