https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26993
--- Comment #9 from Lucas Gass (lukeg) <[email protected]> --- Note: I removed the if ( C4::Context->preference('StoreLastBorrower') ) {} check from Circulation.pm 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. -- 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/
