Bugzilla – Attachment 51661 Details for
Bug 9543
Show patrons messaging subscription on holds notification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9543 - Show patrons messaging subscription on holds notification not already waiting
Bug-9543---Show-patrons-messaging-subscription-on-.patch (text/plain), 2.00 KB, created by
Jonathan Druart
on 2016-05-20 15:31:17 UTC
(
hide
)
Description:
Bug 9543 - Show patrons messaging subscription on holds notification not already waiting
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-05-20 15:31:17 UTC
Size:
2.00 KB
patch
obsolete
>From e68404edf433bbb129278f018b1b5a769739deda Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 6 Apr 2016 00:51:15 +0000 >Subject: [PATCH] Bug 9543 - Show patrons messaging subscription on holds > notification not already waiting > >Same plan as previous patch, but this one should show the message for a >hold not already waiting but not requiring a transfer (hold-found2 alert > box) > >Signed-off-by: Chris Kirby <christopherlawrencekirby@gmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 17a20d4..ec5f99b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -409,6 +409,19 @@ $(document).ready(function () { > [% borcity %] [% borzip %]</li> > [% IF ( borphone ) %]<li>[% borphone %]</li>[% END %] > [% IF ( boremail ) %]<li>[% IF ( transfertodo ) %][% boremail %][% ELSE %]<a id="boremail" href="mailto:[% boremail %]">[% boremail %]</a>[% END %]</li>[% END %] >+ [% UNLESS ( transfertodo) %] >+ [% IF ( bormessagepref ) %] >+ <li>Patron is notified: >+ [% FOREACH key IN bormessagepref.keys %] >+ [% IF ( key == 'email' ) %] Email. [% END %] >+ [% IF ( key == 'phone' ) %] Phone. [% END %] >+ [% IF ( key == 'sms' ) %] SMS. [% END %] >+ [% END %] >+ </li> >+ [% ELSE %] >+ <li>Patron is not notified</li> >+ [% END %] >+ [% END %] > [% IF ( debarred ) %]<li class="error">Patron is RESTRICTED</li>[% END %] > [% IF ( gonenoaddress ) %]<li class="error">Patron's address is in doubt</li>[% END %] > </ul> >-- >2.8.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9543
:
47305
|
49533
|
49939
|
49940
|
51346
|
51515
|
51516
|
51641
|
51660
| 51661 |
51662
|
51663