]> git.koha-community.org Git - koha.git/commit
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)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 7 Dec 2015 13:04:23 +0000 (14:04 +0100)
commit1a49ebf90bdb44ebf40b1437d362f0db9cceabc7
treeebf23d0adb186ea41965b5015fd8576e9ecdca37
parentd52ae9be236ec1355991b060afef0d50b500164f
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>
(cherry picked from commit a5b993672fc2b87a51d4944616e5f303992d4f3f)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
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