Bug 8006

Summary: Loading offline circulation does not anonymize
Product: Koha Reporter: Joy Nelson <1joynelson>
Component: CirculationAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED FIXED QA Contact: Ian Walls <koha.sekjal>
Severity: minor    
Priority: P5 - low CC: bob, chris, gmcharlt, paul.poulain
Version: 3.8   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 8006 - Loading offline circulation does not anonymize

Description Joy Nelson 2012-04-24 22:07:02 UTC
A Offline Circulation file that contains returned items does not anonymize those returns if the sys pref is set to anonymize.
Comment 1 Kyle M Hall 2012-04-25 12:46:07 UTC
Created attachment 9294 [details] [review]
Bug 8006 - Loading offline circulation does not anonymize

Simple, one line fix. Added the privacy parameter to the list
of parameters passed to C4::Circulation::MarkIssueReturned.
Comment 2 Bob Birchall 2012-06-11 14:47:35 UTC
Sys prefs were set as follows:
opac/annonymous patron = (borrower number)
opac/opacprivacy = Allow
opac/opacreadinghistory = Allow
patrons/intranetreadinghistory = Allow

In the OPAC, at the MyPrivacy tab, the parameter was set to 'Never'

On upload and processing of the file, the name of the book and the name of the patron were displayed.  However this is the same as in normal circulation.  This may require further consideration?

On checking the Circulation History tab of the patron's record in the staff client, the system displays 'This patron has no circulation history.'  This is what I understand to have been the objective of the patch.

Signing off.
Comment 3 Ian Walls 2012-06-15 17:25:44 UTC
Simple fix to add another value to exported params.  Marking Passed QA.
Comment 4 Paul Poulain 2012-06-20 17:41:22 UTC
patch pushed (untested, but very simple patch, trusting signoffer)
Comment 5 Chris Cormack 2012-06-23 07:06:59 UTC
Pushed to 3.8.x, will be in 3.8.3