http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1999 Summary: Add COinS support to other OPAC pages 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 opac-detail.pl supports COinS data, and I've just added support to opac-basket.pl. I'd also like to see it in opac-search.pl (search results) and opac-shelves.pl. The only thing missing is the format variable, generated in opac-detail by this code: # COinS format FIXME: for books Only my $coins_format; my $fmt = substr $record->leader(), 6,2; my $fmts; $fmts->{'am'} = 'book'; $coins_format = $fmts->{$fmt}; $template->param( ocoins_format => $coins_format, ); ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.