http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Priority: P5 - low Change sponsored?: --- Bug ID: 8314 Assignee: oleonard@myacpl.org Summary: Missing MARCISBNS param in opac-detail.pl Severity: minor Classification: Unclassified OS: All Reporter: dcook@prosentient.com.au Hardware: All Status: NEW Version: master Component: OPAC Product: Koha The function is executed in opac-detail.pl from Biblio.pm, but the param never gets passed to opac-detail.tt, which asks for MARCISBNS before normalized_isbn. The lack of this parameter means that only the 1st ISBN is ever shown. The other ISBNs are suppressed. Just need to add "MARCISBNS => $marcisbnsarray," to opac-detail.pl around line 588. I would do this, but I'm embroiled in trying to get our first fully functional local version of 3.8 up and running. -- You are receiving this mail because: You are watching all bug changes.