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)
committerPaul Poulain <paul.poulain@biblibre.com>
Sun, 10 Jun 2012 10:34:08 +0000 (12:34 +0200)
commit9f7186afd36af0ff3e3b6713636ff761278b865a
treefa9fc55234798d16145043bfb99b2f0d286c9c39
parentfe4df9978a3fd8acdc115e85c167bea7f9697a6a
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>
C4/Circulation.pm