From 53495aab241cef4202eac372e85e6f3d09aa873d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 5 Dec 2013 21:47:25 +0100 Subject: [PATCH] Bug 11228: Improve hint on patron notification when adding/editing subscriptions The hint was not quite correct, as it said patrons on the routing list would be informed, but it's only the patrons that have subscribed to email notifications in the OPAC who will receive the email when a new serial issue is received. To test: - Add a new subscription, find the hint about patron notification on the form - Apply patch - Refresh page - Verify the new hint text makes sense and is correct Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt index 18f8962ee7..f206802a1d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt @@ -588,7 +588,7 @@ $(document).ready(function() { [% END %] [% END %] -
Select a notice and patrons on the routing list will be notified when new issues are received.
+
Selecting a notice will allow patrons to subscribe to notifications when a new issue is received.
[% ELSE %] Patron notification:
To notify patrons of new serial issues, you must define a notice.
-- 2.20.1