Bug 11228: Improve hint on patron notification when adding/editing subscriptions
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 5 Dec 2013 20:47:25 +0000 (21:47 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 19 Dec 2013 15:10:26 +0000 (15:10 +0000)
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 <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt

index 18f8962..f206802 100644 (file)
@@ -588,7 +588,7 @@ $(document).ready(function() {
                                                 [% END %]
                                             [% END %]
                                         </select>
-                                        <div class="hint">Select a notice and patrons on the routing list will be notified when new issues are received.</div>
+                                        <div class="hint">Selecting a notice will allow patrons to subscribe to notifications when a new issue is received.</div>
                                     [% ELSE %]
                                         <span class="label">Patron notification: </span>
                                         <div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>