Bug 8005 - Lost item is not anonymized when checked in
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 25 Apr 2012 12:33:21 +0000 (08:33 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 10 Jun 2012 15:19:50 +0000 (03:19 +1200)
commitc3199205ad68d13dc6de17a26704e1f7c241a5ad
treecb079612dbcee13701bb9690115899bc20414ca9
parentad815321da10cb39d2654e4127055d38254389ac
Bug 8005 - Lost item is not anonymized when checked in

This bug is caused by the subroutine C4::Circulation::LostItem
not passing the privacy parameter when calling
C4::Circulation::MarkIssueReturned.

This issue is actually anonymized when the item is marked as lost,
not when the item is checked in.

Note, even if the issue is anonymized, the fine charged for lost
items still contains a description of the lost item, which is
required for the ability to forgive fees for lost items that
are later found.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Circulation.pm