Bug 11653

Summary: For tag "020" only subfields "a" is displayed in MARC XSLT OPAC's detail template
Product: Koha Reporter: Claudio Costales <costalc>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: barton, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14617
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Claudio Costales 2014-01-31 17:46:19 UTC
MARC XSLT OPAC's detail template and Intranet detail template only display subfield "a" for tag "020". It is  needed  showing all subfields according MARC rules. 

example
=======
For:
020 	##$a0870686933$qv. 1$z087064302
	
Display:
ISBN 0870686933 (v. 1) ISBN (invalid) 0870684302 



Reference: http://www.loc.gov/marc/bibliographic/bd020.html
Comment 1 Tomás Cohen Arazi 2014-10-29 18:23:58 UTC
Setting as In Discussion, anyone interested please comment on the bug so we make a decision.
Comment 2 Claudio Costales 2014-10-29 18:33:56 UTC
Please look at subfield "q" too that is new in MARC and is not present neither in XSLT detail template nor cataloguing framework (default and book).
Comment 3 Tomás Cohen Arazi 2014-10-29 19:18:08 UTC
(In reply to bondiurbano from comment #2)
> Please look at subfield "q" too that is new in MARC and is not present
> neither in XSLT detail template nor cataloguing framework (default and book).

I don't think we shoud show the invalid ISBN as default, you can always fix your own XSLT (that's on of the purposes of using XSLT's for that). I'm open to other voices telling otherwise.

Regarding $q, I think it is something we should do. But definitely belonging to another bug report.
Comment 4 Owen Leonard 2017-01-05 11:55:37 UTC
No further comments, so I'm going to consider this settled for now.