https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39517

Marcel de Rooy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
         QA Contact|[email protected] |[email protected]
                   |y.org                       |
                 CC|                            |[email protected]

--- Comment #9 from Marcel de Rooy <[email protected]> ---
Trivial, but still triggering questions:

+                        <xsl:when test="$leader7='m' and
substring($controlField008,25,4)='    ' and
substring($controlField008,34,1)!='|'">Book</xsl:when>
LOC: The definition of field 008 character positions 18-34 varies according to
the Type of record code in Leader/06 and Bibliographic level code in Leader/07. 
Wondering if the combination of in leader6 and m in leader7 is not enough to
classify it as a "book" ?

You check 25 but did you mean 24?
24-27 - Nature of contents
# - No specified nature of contents
What about | - No attempt to code ?
Does it matter here btw? 

33 - Literary form (006/16)
34 - Biography (006/17)
You check 34, but did you mean 33 ?
Does it actually matter here?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to