[Bug 8314] New: Missing MARCISBNS param in opac-detail.pl
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|oleonard@myacpl.org |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 10555 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10555&action=edit Bug 8314: Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Opac-detail.pl already runs GetMarcISBNs and stores them in an array where they sit doing nothing. It looks like the template parameter was just missed. It's a tough one to notice, since normalize_isbn will pick up the first isbn and show it while quietly suppressing the rest. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10555|0 |1 is obsolete| | --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 10556 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10556&action=edit Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |chris@bigballofwax.co.nz -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m QA Contact| |jonathan.druart@biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10556|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 10645 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10645&action=edit Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC replace \t with 4 spaces -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- MARCISBNs was never passed to the template. This patch fixes this issues. Marking as Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |paul.poulain@biblibre.com --- Comment #5 from Paul Poulain <paul.poulain@biblibre.com> --- Patch pushed (untested, I don't think I have a biblio with more than 1 isbn in my database) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |rel_3_8 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8314 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.8.x will be in 3.8.3 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org