https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40791

--- Comment #1 from Jonathan Druart <[email protected]> ---
Created attachment 186799
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186799&action=edit
Bug 40791: Allow choice of which Overdue messages can be patron preferences

In Bug 30515, we are discussing adding a new system preference
UsePatronPreferencesForOverdueNotices to let patrons control which
overdue messages are sent by mail in their messaging preferences.
For many libraries it would still be necessary to set a certain overdue
notice (say the third overdue notice) as "mandatory for print message".

On this patch we reuse the aforementioned pref and make it multivaluated with
3 values possible: Overdue1, Overdue2 and Overdue 3.

Then:
- if at least one is selected then patrons can edit it/them
- if none selected, we don't allow the patrons to modify any

Test plan:
Select 2 values of the pref and confirm that it does not appear from the
messaging form (staff and opac)
Run the cronjob script and confirm that the patron's preferences are
taken into account for the 2 values you selected.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to