Bug 16130

Summary: Show the item non-public note on the detail view
Product: Koha Reporter: Liz Rea <liz>
Component: Staff interfaceAssignee: Liz Rea <liz>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, gmcharlt, jonathan.druart, katrin.fischer, patrick.robitaille, veron
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13024
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 16130 - Show the item non-public note on the detail view
Bug 16130 - Show the item non-public note on the detail view
Bug 16130 - Show the item non-public note on the detail view
[PASSED QA] Bug 16130 - Show the item non-public note on the detail view

Description Liz Rea 2016-03-22 23:28:39 UTC
We aren't showing the nonpublic note in the intranet detail view. It's useful to have there, so we should show it!
Comment 1 Liz Rea 2016-03-22 23:29:00 UTC
that's "nonpublic item note" in case that wasn't clear.
Comment 2 Liz Rea 2016-03-22 23:52:34 UTC Comment hidden (obsolete)
Comment 3 Liz Rea 2016-03-23 03:29:07 UTC Comment hidden (obsolete)
Comment 4 Marc Véron 2016-03-23 08:26:20 UTC Comment hidden (obsolete)
Comment 5 Katrin Fischer 2016-03-23 22:04:31 UTC
Created attachment 49474 [details] [review]
[PASSED QA] Bug 16130 - Show the item non-public note on the detail view

To test:

1) Ensure your non-public note field is mapped to the
   items.itemnotes_nonpublic database column
2) Edit an item, add a test nonpublic note
3) Verify the nonpublic note is shown in the items table on the Detail view.

sponsored-by: New Zealand Ministry of Education Library
sponsored-by: New Zealand Central Agencies Library

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Removed a stray Data::Dumper
Comment 6 Brendan Gallagher 2016-03-24 17:05:23 UTC
Pushed to Master - Should be in the May 2016 release.  Thanks!