Bug 2784 - Add cover images to lists
Summary: Add cover images to lists
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P3 enhancement with 5 votes (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 12:18 UTC by Owen Leonard
Modified: 2012-10-25 23:03 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 00:55:50 UTC


---- Reported by oleonard@myacpl.org 2008-11-13 12:18:55 ----

The virtual shelves (lists) in the OPAC need cover images. It looks simple enough to add biblioitems.isbn to the query in VirtualShelves.pm, but I'm not clever enough to know how to then filter that through the isbn-cleaning stuff we have on pages like opac-detail.pl:

my $xisbn=$dat->{'isbn'};
$xisbn =~ /(\d*[X]*)/;
$template->param(amazonisbn => $1);



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:55 UTC  ---

This bug was previously known as _bug_ 2784 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2784

Actual time not defined. Setting to 0.0

Comment 1 Nicole C. Engard 2011-05-24 20:01:14 UTC
I am closing this since lists do show cover images in the latest releases of Koha.