[Koha-bugs] [Bug 12501] Show Dissertation note (MARC21 502) in XSLT results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 25 12:34:08 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 30078
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30078&action=edit
Bug 12501: Show dissertation note (MARC21 502) in XSLT results

Bug 9356 added the dissertation note from MARC21 502 to the staff
and OPAC detail pages. This patch adds it to the result list.

1) Catalog a record with 502
   Examples: http://www.loc.gov/marc/bibliographic/bd502.html
2) Verify your note shows up on the detail pages in staff and OPAC
3) Verfiy note also shows up on the result pages in staff and OPAC

The dissertation note can be hidden using the following CSS:

OpacUserCSS:
  display:none;
}

IntranetUserCSS:
  display:none;
}

4) Verify CSS works and all looks like before...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list