https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20573
Emily Lamancusa (emlam) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |emily.lamancusa@montgomeryc | |ountymd.gov Version|17.11 |Main Assignee|[email protected] |emily.lamancusa@montgomeryc |ity.org |ountymd.gov --- Comment #1 from Emily Lamancusa (emlam) <[email protected]> --- Still valid! Currently, theses behaviors are controlled by two different system preferences: MembershipExpiryDaysNotice determines when an expiry notice is sent NotifyBorrowerDeparture determines when an alert is displayed on the patron's account page. However, the code for MembershipExpiryDaysNotice checks if the patron account will expire in *X days or less*, and the code for NotifyBorrowerDeparture checks if the patron account will expire in *less than* X days. If you set both preferences to the same value, one would expect the notice to be sent and the alert to start appearing on the same day, but with the current code, the alert begins showing one day later. -- You are receiving this mail because: You are the assignee for the bug. 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/
