https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35669 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183476|0 |1 is obsolete| | --- Comment #13 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 184668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184668&action=edit Bug 35669: Update check-in message to show specific LOST authorised value descriptions This displays the LOST authorized value description when checking an item in, instead of the generic "Item was lost, now found." message. Test plan: 1. Set an item’s Lost status to "Lost". When you check in that item, you should see the message: “Item was lost, now found.” 2. Set an item’s Lost status to "Missing". When you check in that item, you should see the message: “Item was lost, now found.” (default behavior before patch) 3. Apply the patch. 4. Set an item’s Lost status to "Missing" again. When you check in that item, the message should now be: “Item was Missing, now found.” (using the authorised value description) 5. Repeat step 4 with other custom LOST authorised values. The check-in message should correctly reflect the corresponding authorised value descriptions. 6. Sign off and have a wonderful day! 😊 Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes.