]> git.koha-community.org Git - koha.git/commit
Bug 18435 - Language entered in Materials Specified does not display when items are...
authorNick Clemens <nick@bywatersolutions.com>
Fri, 14 Apr 2017 17:07:39 +0000 (13:07 -0400)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sat, 13 May 2017 11:44:04 +0000 (13:44 +0200)
commit2695be154fdf9b3fc8b678fbcd7f62a2e139e2f9
tree3a33f13c90da547907a1da6b4c2d549287e1beac
parentcb487cbcaf3489bd8ff28e656af52ca8316fa63d
Bug 18435 - Language entered in Materials Specified does not display when items are checked out and checked in

This problem stems from bug 17642, if items.materials is not linked to
an authorized value the contents are being tossed out. We shuold display
them instead

To test:
1 - Ensure items.materials 952$3 is not mapped to an authorized value
2 - Add a value to an item
3 - Check the item out, note the materials does not display
4 - Check the item in, note the materials does not display
5 - Apply patch
6 - Check the item out, note the materials does display
7 - Check the item in, note the materials does display

Followed test plan, message about material displays as expected
whil checking out and in.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 330ecff1de417c40e5a48040a6f7df6436097bc4)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
circ/circulation.pl
circ/returns.pl