Bug 13513 - Improve POD of C4::Circulation AnonymiseIssueHistory
Summary: Improve POD of C4::Circulation AnonymiseIssueHistory
Status: RESOLVED MOVED
Alias: None
Product: Koha
Classification: Unclassified
Component: Developer documentation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks: 17454
  Show dependency treegraph
 
Reported: 2015-01-05 10:14 UTC by Katrin Fischer
Modified: 2021-01-21 22:33 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.