https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27965 Bug ID: 27965 Summary: cleanup_database.pl should not remove old checkouts with unpaid fines Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: joonas.kylmala@helsinki.fi QA Contact: testopia@bugs.koha-community.org Currently "cleanup_database.pl --old-issues" removes also checkouts that contain unpaid fines. This will remove the checkout information from the fine accountlines in /cgi-bin/koha/members/boraccount.pl?borrowernumber=XXXX page which are crucial to keep so that the library is able to tell the patron where did this fine came from and why it needs to be paid. At least there should be an parameter to cleanup_database.pl to prevent the deletion of such checkouts but maybe we should even do this the default behavior? Classifying this as a minor bug because it could be debatable whether or not this is feature or bug. Although, I cannot think why any library would want those checkouts with fines deleted. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.