https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8926 George Williams (NEKLS) <george@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |george@nekls.org --- Comment #5 from George Williams (NEKLS) <george@nekls.org> --- I agree, there should be a timestamp field on the deletedborrowers table. I'm willing to bet that the reason there isn't is because there isn't a timestamp on the borrowers table to begin with. All of the other deleted* tables as well as old_issues and old_reserves have timestamps because their corresponding tables all have timestamps. That being said, I did read this before I sat down to write this comment and, based on Katrin's comment, I wrote a report that can get a count of deleted borrowers based on the data in the action logs. It's on the Wiki if anyone needs it (like I did a couple of hours ago when I started poking around in the first place). The value of the timestamp field in borrowers and deletedborrowers would come from making a report like this possible for libraries that don't have the BorrowersLog system preference turned on. -- You are receiving this mail because: You are watching all bug changes.