https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26993
--- Comment #10 from Lari Taskula <[email protected]> --- (In reply to Lucas Gass (lukeg) from comment #9) > The reason is because if the pref is off, I still want to delete any stored > borrowers in the 'items_last_borrower', in the event that the system > preference changed to 0 or nothing. > > I think it's important to delete these borrowers when things change and it > is decided to NOT keep this history. I agree, it is important that the data collection settings we define are consistent to what we actually store in the database. Out of scope for this bug but it would be nice if we had a mechanism for executing a task after a system preference has changed. But since we don't, perhaps we could add items_last_borrower cleanup based on StoreLastBorrower preference in cleanup_database.pl? Great work btw! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
