http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7720
--- Comment #1 from Kyle M Hall <[email protected]> --- Created attachment 8213 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8213&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. In the event that an item's homebranch and holding branch differ, this commit will add an "Owned by" for the homebranch directly below the current location branch. This also solves the shelving location ambiguity, as the shelving location will now always be below the library where the item's shelving location is used. -- You are receiving this mail because: 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/
