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)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 24 Apr 2017 17:17:28 +0000 (13:17 -0400)
commit330ecff1de417c40e5a48040a6f7df6436097bc4
tree495c083533dbb11f008c752b87c73abcf46b9f29
parentc026d9f4e130d0585def4b1deb98e802ad35d258
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>
circ/circulation.pl
circ/returns.pl