Bug 13513

Summary: Improve POD of C4::Circulation AnonymiseIssueHistory
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Developer documentationAssignee: Bugs List <koha-bugs>
Status: RESOLVED MOVED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jamespfk
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 17454    

Description Katrin Fischer 2015-01-05 10:14:01 UTC
The documentation of AnonymiseIssueHistory doesn't appear to be correct

- claims to update issues instead of old_issues
- claims to write NULL, but seems to write the borrowernumber of the AnonymousPatron or 0 instead
- claims it will delete the patron issue history for all borrowers if only date is given, doesn't mention it also checks for privacy setting in the patron account
Comment 3 James O'Keeffe 2021-01-19 23:23:42 UTC
Hello! I'm having a little trouble finding the incorrect documentation. Is this still relevant, and if not, where is it? Thanks
Comment 4 Katrin Fischer 2021-01-21 18:22:51 UTC
The old method has since be replaced by 
=head3 search_patrons_to_anonymise
and the wrong documentation has been removed.