http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8981
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|[email protected] |[email protected] --- Comment #1 from David Cook <[email protected]> --- Created attachment 13105 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13105&action=edit Remove Nonpublic General Note from OPAC authorities display To test: 1) Find authority records in your database that have a 667 field by using the following SQL: SELECT authid,ExtractValue(marcxml,'//datafield[@tag="667"]/*') AS info FROM auth_header HAVING info <> ''; 2) Go to the page using the following query string: /cgi-bin/koha/opac-authoritiesdetail.pl?authid=<<authid from above>> 3) Note that the nonpublic general note appears on the screen 4) Apply patch 5) Reload page, and notice the 667 disappear without affecting any of the other fields -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
