[Bug 2784] New: Add cover images to lists
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@liblime.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@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.
participants (1)
-
bugzilla-daemon@pippin.metavore.com