]> git.koha-community.org Git - koha.git/commit
Bug 10026 - OPAC cart not showing location anymore
authorOwen Leonard <oleonard@myacpl.org>
Wed, 10 Apr 2013 18:24:16 +0000 (14:24 -0400)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 27 Apr 2013 09:48:59 +0000 (21:48 +1200)
commit575f8ed4425a7de45765ef10866569ff52645e6b
tree62b8e5dc2fa596b55993cc455d4273a1fbad2a88
parent652f01bdb32e2bff665add37c6d4863c679ec96a
Bug 10026 - OPAC cart not showing location anymore

When Bug 7570 added availability information to the cart it switched
which subroutine was used to get item information, and thus changed how
the information was being returned.

This patch makes accommodations for this change by adding processing of
item location information to the script in a way that will match the
existing template variables.

To test, add items to the cart in the OPAC some of which include
shelving location information. When you view the cart you should see the
shelving location displayed.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
opac/opac-basket.pl