11 Nov
2019
11 Nov
'19
1:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18795 --- Comment #15 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 95266 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95266&action=edit Bug 18795: (follow-up) Check whether patrons exists before deleting history Running $patrons->anonymise_issue_history after checking patrons exists is more logical even though $patrons->anonymise_issue_history() can handle 0 patrons returned in the search. Also this way we don't have to run anonymise_issue_history() code unless needed, thus making the code finish faster. -- You are receiving this mail because: You are watching all bug changes.