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

David Cook <dc...@prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff
           Assignee|oleon...@myacpl.org         |dc...@prosentient.com.au

--- Comment #1 from David Cook <dc...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to