Bug 8005

Summary: Lost item is not anonymized when checked in
Product: Koha Reporter: Joy Nelson <1joynelson>
Component: CirculationAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED FIXED QA Contact: Ian Walls <koha.sekjal>
Severity: normal    
Priority: P5 - low CC: chris, gmcharlt, martin.renvoize, paul.poulain
Version: 3.6   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 8005 - Lost item is not anonymized when checked in
Bug 8005 - Lost item is not anonymized when checked in

Description Joy Nelson 2012-04-24 22:00:33 UTC
When an item is marked as lost and then later checked in, the circulation history is not anonymized, i.e. the patron who 'lost' it, is still shown as the last person to check out the item.
Comment 1 Kyle M Hall 2012-04-25 12:36:45 UTC Comment hidden (obsolete)
Comment 2 Martin Renvoize (ashimema) 2012-06-09 11:14:57 UTC
Created attachment 10013 [details] [review]
Bug 8005 - Lost item is not anonymized when checked in
Comment 3 Paul Poulain 2012-06-10 10:35:55 UTC
QA comment: small patch, using a sub (GetMemberDetails) that is an heavy one, but using it quite unfrequentely, so it's OK. Other than this, only 3 lines added, passed QA
Comment 4 Paul Poulain 2012-06-10 10:38:15 UTC
Side question: in ReturnLostItem, we use the same sub:
MarkIssueReturned( $borrowernumber, $itemnum );

shouldn't we also add ->privacy parameter ?
Comment 5 Chris Cormack 2012-07-13 01:57:23 UTC
This is in 3.8.x