Summary: | Missing MARCISBNS param in opac-detail.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | OPAC | Assignee: | David Cook <dcook> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, jonathan.druart, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 8314: Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC
Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC |
Description
David Cook
2012-06-26 03:02:25 UTC
Created attachment 10555 [details] [review] 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. Created attachment 10556 [details] [review] Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Created attachment 10645 [details] [review] Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC replace \t with 4 spaces MARCISBNs was never passed to the template. This patch fixes this issues. Marking as Passed QA Patch pushed (untested, I don't think I have a biblio with more than 1 isbn in my database) Pushed to 3.8.x will be in 3.8.3 |