Bug 13024 - Nonpublic note not appearing in the staff client
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Apr 2015 14:41:58 +0000 (10:41 -0400)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 7 Dec 2015 10:11:29 +0000 (11:11 +0100)
commita5b993672fc2b87a51d4944616e5f303992d4f3f
tree85161786fe27e89166f99dc7f0e7d0273d89af40
parentcd693a52b8306f1bdc66804fb84fe17cadcd658f
Bug 13024 - Nonpublic note not appearing in the staff client

The nonpublic note for items is not displayed in the staff client. It
should be displayed in the following areas:
1) Checkouts (circulation.pl)
2) Checkins (returns.pl)
3) Record details ( moredetail.pl )

Test Plan:
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) Check out the item, verify the note is visible in the checkouts table
4) Check in the item, verify the note is visible in the checkins table
5) View the item details, verify the note is visible and editable
   if your account has the rights to edit items

Followed test plan, works as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 717878982f985b9f40f9eedec5e576efd62976ff)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
catalogue/updateitem.pl
circ/returns.pl
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
svc/checkouts