[Bug 2704] 440 Display Issues
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2704 Ryan Higgins <rch@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rch@liblime.com Priority|PATCH-Sent |P3 --- Comment #13 from Ryan Higgins <rch@liblime.com> 2009-06-12 20:27:42 --- The current xsl sheet will display both 440s and 490s. However, 490's are filtered on indicator1=0 : <xsl:for-each select="marc:datafield[@tag=490][@ind1=0]"> And no attempt is made to pull data from 800-830 . If we don't parse the 800-830 fields, then the @ind1=0 filter should be dropped, imo. As an aside, this exposes a bug in the xsl processing: If you have a 490 with two ‡a's, then the ind1=0 filter fails, and the 490 is displayed even if @ind1=1. That will become relevant if we process the 800-830, but not if we just remove the ind1 filter. Removing patch-sent. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@liblime.com