[Koha-bugs] [Bug 1999] New: Add COinS support to other OPAC pages

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Apr 7 20:04:27 CEST 2008


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 at liblime.com
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at 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.



More information about the Koha-bugs mailing list