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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 4 Dec 2015 14:47:57 +0000 (14:47 +0000)
commit717878982f985b9f40f9eedec5e576efd62976ff
tree9654cd90de79534c069a6f9b5b62c3ffe8f92a7d
parentd9cef35b75770104494c2f4a01d975f367b515bf
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>
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