http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=920 Summary: MARCNOTES in opac-detail.pl always displays empty list Product: Koha Version: 2.2.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: OPAC AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net opac-detail.pl should display a list of all the notes fields: my $marcnotesarray = &getMARCnotes($dbh,$bibid,$marcflavour); But the 'marcnotes' variable inside the template loop is always empty, although the MARCNOTES loop itself evaluates as true. This results in an empty list being displayed. Perhaps there's a problem with the getMARCnotes subroutine in SearchMarc.pm? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.