Bugzilla – Attachment 51663 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: Separate MTT with commas
Bug-9543-Separate-MTT-with-commas.patch (text/plain), 1.31 KB, created by
Jonathan Druart
on 2016-05-20 15:31:24 UTC
(
hide
)
Description:
Bug 9543: Separate MTT with commas
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-05-20 15:31:24 UTC
Size:
1.31 KB
patch
obsolete
>From 44c6ca818b7d383cf6fb01e44621a923aba3f506 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 20 May 2016 16:29:01 +0100 >Subject: [PATCH] Bug 9543: Separate MTT with commas > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >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 f092ea8..0c4180c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -10,9 +10,10 @@ > [% IF ( bormessagepref ) %] > <li>Patron notification: > [% FOREACH mtt IN bormessagepref.keys %] >- [% IF ( mtt == 'email' ) %] Email. [% END %] >- [% IF ( mtt == 'phone' ) %] Phone. [% END %] >- [% IF ( mtt == 'sms' ) %] SMS. [% END %] >+ [%~ IF ( mtt == 'email' ) %] Email[% END ~%] >+ [%~ IF ( mtt == 'phone' ) %] Phone[% END ~%] >+ [%~ IF ( mtt == 'sms' ) %] SMS[% END ~%] >+ [%~ UNLESS loop.last %], [% ELSE %].[% END ~%] > [% END %] > </li> > [% ELSE %] >-- >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