I added a note that this tool should not be used for advanced notices. The fact that the Delay is required is actually true based on the tests we did - which is another bug. --- .../prog/en/modules/help/tools/overduerules.tmpl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tmpl index d115968..2910c73 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tmpl @@ -11,7 +11,8 @@ <p>The Overdue Notice/Status Triggers tool gives the librarian the power to send up to three notices to each patron type notifiying them of overdue items</p> <ul><li>Delay is the number of days after an issue is due before an action is triggered.</li> -<ul><li style="color:#990000;"><strong>Important: If you want Koha to trigger an action (send a letter or debar member), a delay value is required.</strong></li></ul> +<ul><li style="color:#990000;"><strong>Important: These rules should not be used for Advanced Notices. Advanced Notices should be set using the Enhanched Messaging Preferences on the Patron Profile.</strong></li> +<li style="color:#990000;"><strong>Important: If you want Koha to trigger an action (send a letter or debar member), a delay value is required.</strong></li></ul> <li>To send additional notices, click on the tabs for 'Second' and 'Third' notice</li> <li>If you would like to prevent a patron from checking items out because of their overdue items, check the 'Debar' box, this will put a notice on the patron's record at checkout informing the librarian that the patron cannot check out due to overdue items.</li></ul> -- 1.5.6.5 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
