[Koha-bugs] [Bug 13023] Nonpublic note for items should be mapped to a database column like itemnotes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 16 13:31:53 CEST 2014


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31980|0                           |1
        is obsolete|                            |

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 32400
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32400&action=edit
Bug 13023 - Nonpublic note for items should be mapped to a database column like
itemnotes

An item's public notes are mapped to a db column, but the librarian only
notes are not. We need to map these so in the future we may display them
in places other than the editor.

Test Plan:
1) Create an item with a non-public note
2) Apply this patch
3) Run updatedatabase
4) Run misc/migration_tools/copy_item_xml_field_to_db.pl --subfield x --column
itemnotes_nonpublic -c -v
5) Inspect the database, note that your non-public note is now in
   items.itemnotes_nonpublic

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


More information about the Koha-bugs mailing list