http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2822 oleonard@myacpl.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #5 from oleonard@myacpl.org 2008-11-26 07:35 ------- This bug shall suffer the same fate as Bug 2626 ("XSLTResultsDisplay - display icons for printed music are incorrect"). While misleading, the display is technically correct: From http://www.loc.gov/marc/bibliographic/bdleader.html, "If Leader/06 = c, d, i, or j: Music." According to that, the XSL stylesheet is correct to contain "<xsl:when test="$leader6='c' or $leader6='d' or $leader6='i' or $leader6='j'">MU</xsl:when>" The display in the staff client is unrelated to the contents of the leader. The CD image represents the item type. The issue in both cases (this and Bug 2626) is that adhering to the standard makes for misleading information from the patron's point of view. Galen says: [10:27] <gmcharlt> ideally you'd want to pull from the Leader, the 008, possibly 006/007, 245$h, and others [10:27] <gmcharlt> to make physical format distinctions that patrons actually care about [10:27] <gmcharlt> i.e., DVD vs. VHS vs. CD, etc. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.