http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9093 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au Assignee|gmcharlt@gmail.com |dcook@prosentient.com.au --- Comment #5 from David Cook <dcook@prosentient.com.au> --- (In reply to Bernardo Gonzalez Kriegel from comment #3)
Created attachment 20789 [details] Material type as determined by Leader/06 and Leader/07
008 do not forgets, because it don't know. As stated in http://www.loc.gov/marc/formatintegration.html, "Field 008 does not carry any explicit flag identifying the definition of positions 18-34. Instead, the identification of the type of field 008 is dependent on the content of Leader/06 (Type of record) and,in the case of textual material (i.e., when Leader/06 contains value a), the content of Leader/07 (Bibliographic level)."
So to fix this we need a way to pass Leader/06 and /07 to the plugin so it learns and shows proper material type, and that if the leader is correctly filled.
Attached is a PDF with all possible combinations on leader/06 /07 and what kind of material type must be set.
Good work on the PDF! It looks like it's incorrect for 06 "a" 07 "i", but otherwise perfect. Field 008/18-34 Configuration If Leader/06 = a and Leader/07 = a, c, d, or m: Books If Leader/06 = a and Leader/07 = b, i, or s: Continuing Resources If Leader/06 = t: Books If Leader/06 = c, d, i, or j: Music If Leader/06 = e, or f: Maps If Leader/06 = g, k, o, or r: Visual Materials If Leader/06 = m: Computer Files If Leader/06 = p: Mixed Materials http://www.loc.gov/marc/bibliographic/bdleader.html I'm going to look at this one today. -- You are receiving this mail because: You are watching all bug changes.