[Koha-bugs] [Bug 2784] New: Add cover images to lists

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Thu Nov 13 21:18:56 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2784

           Summary: Add cover images to lists
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: OPAC
        AssignedTo: jmf at liblime.com
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at lists.koha.org


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);




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list