[Koha-bugs] [Bug 8981] Remove Nonpublic General Note from OPAC authorities display

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 29 23:20:57 CET 2012


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|oleonard at myacpl.org         |dcook at prosentient.com.au

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list