Summary: | Notify the user on his account page when it is almost expired. | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédérick Capovilla <fcapovilla> |
Component: | OPAC | Assignee: | Frédérick Capovilla <fcapovilla> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Notify the user on his account page when his account is almost expired
Corrected patch Signed-off patch |
Description
Frédérick Capovilla
2011-10-05 19:36:18 UTC
Comment hidden (obsolete)
Comment on attachment 5722 [details] [review] Notify the user on his account page when his account is almost expired This patch was sent by mistake. Please wait before adding to 3.6 . Comment on attachment 5722 [details] [review] Notify the user on his account page when his account is almost expired Small communication problem. We had the authorization from our client (CCSR) all along to release this code. This feature only works if your dateformat system preference is set to ISO. Created attachment 5854 [details] [review] Corrected patch Oh, I didn't notice the dateexpiry of the borrower was reformatted before I got to use it. Patch modified so it now works for all dateformats. Thank you for catching this bug! Created attachment 5856 [details] [review] Signed-off patch Works now with any dateformat system setting, and correctly tracks NotifyBorrowerDeparture setting. This is a very nice addition. Nice and clean, adds a valuable feature based on existing system preference values. This does introduce many new strings, however, so it may need to wait. Passing QA, and leaving to RM's discretion for integration. Feed back sought from translators, worth including even though we are in string freeze? patch pushed, please test Included in 3.6 prior to 3.6.5. |