Koha/opac
Ian Walls 90392c19cc Bug 5990: Lists and Cart show LOC code not Location Authorized value
Lists in the OPAC, and Cart on both sides, show the LOC code for items, rather
than the appropriate Description from Authorised Values.  This is because the
code uses GetItemInfo, which is a very heavy-weight call to only retrieve some
of the desired information.

This patch introduces a new subroutine in C4::Items, GetItemsLocationInfo, which
returns the branch names for both home- and holdingbranches, the location code,
both opac and intranet location descriptions, itemcallnumber and cn_sort. This
should be used instead of GetItemsInfo in any case where the locational
information is all that's required, as it's much more streamlined and efficient.

In the OPAC Lists, this only applies if OPACXSLTResultsDisplay is 'off' (set to
'normal').

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-04-01 12:07:46 +13:00
..
errors Bugfix in errors/*.pl and opac/errors/*.pl 2010-02-14 20:04:40 -05:00
rss
sco Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
changelanguage.pl remove a bunch of unconditional debug warns 2010-07-02 10:57:08 -04:00
ilsdi.pl [MT3696] Fixed ILSDI GetAvailability call 2010-10-13 10:39:38 -04:00
maintenance.pl Bug 2505: Add warnings to opac/maintenance.pl 2010-02-18 11:10:30 -05:00
oai.pl OAI server fixes 2010-02-18 09:45:26 -05:00
opac-account.pl Bug 4192: Fixes warnings generated by opac-account.pl. 2010-02-16 06:12:38 -05:00
opac-addbybiblionumber.pl Fix for Bug 3523 - Menu of existing lists limited to 10 2011-03-31 21:08:40 +13:00
opac-alert-subscribe.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-authorities-home.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-authoritiesdetail.pl Bug 5930 : improving/modifying authority display on OPAC 2011-03-27 20:54:10 +13:00
opac-basket.pl Bug 5990: Lists and Cart show LOC code not Location Authorized value 2011-04-01 12:07:46 +13:00
opac-browser.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-changelanguage.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
opac-detail.pl Bug 5864: link biblio => serials subscription is wrong 2011-03-21 11:54:21 +13:00
opac-downloadcart.pl Bug 5105 - Remove use of depreciated Switch module 2010-11-11 11:32:02 +13:00
opac-downloadshelf.pl Bug 5105 - Remove use of depreciated Switch module 2010-11-11 11:32:02 +13:00
opac-export.pl Fix for Bug 4400, BIBTEX export from OPAC results in empty file 2010-05-11 06:14:38 -04:00
opac-ics.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-ISBDdetail.pl Bug 5864: link biblio => serials subscription is wrong 2011-03-21 11:54:21 +13:00
opac-main.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-MARCdetail.pl Bug 4330 : Adding some copyright BibLibre statements 2011-03-21 10:57:20 +13:00
opac-messaging.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-modrequest.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-mymessages.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-passwd.pl Bug 2505: Enable warnings in opac-passwd.pl an opac-renew.pl. 2009-08-12 21:28:24 -04:00
opac-privacy.pl Bug 3881: OPAC Privacy reimplementation 2011-01-31 22:23:50 +13:00
opac-readingrecord.pl Fix for Bug 4359, noItemTypeImages not active in OPAC 2010-11-13 20:19:12 +13:00
opac-renew.pl Bug 5618: Multiple renewals in the opac 2011-01-24 07:25:54 +13:00
opac-reserve.pl Bug 5669: Adding a system preference to control whether a user can select a pick branch for their hold or not 2011-03-14 16:18:08 +13:00
opac-review.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-search-history.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-search.pl Bug 5957: Making COiNS in OPAC search results optional 2011-04-01 12:00:25 +13:00
opac-sendbasket.pl Bug 3810: Ensure all calls to Mail::Sendmail handled consistently 2011-03-16 20:57:12 +13:00
opac-sendshelf.pl Bug 3810: Ensure all calls to Mail::Sendmail handled consistently 2011-03-16 20:57:12 +13:00
opac-serial-issues.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-shelves.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-showmarc.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-showreviews.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-suggestions.pl Bug 5928 :wr77152 : AllowPurchaseSuggestionBranchChoice sys pref 2011-03-23 10:35:16 +13:00
opac-tags.pl Fix for Bug 5812 - Tag Cloud - capitalized words come before lower-case words 2011-02-28 10:38:29 +13:00
opac-tags_subject.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-topissues.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-user.pl Bug 5966 : MT 3010: Adds waiting date for holds in opac-user 2011-03-28 21:46:56 +13:00
opac-userdetails.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-userupdate.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
unapi fixing various links to point to *.koha-community.org 2010-10-21 22:08:24 -04:00