Bugzilla – Attachment 56913 Details for
Bug 17397
Show name of librarian who created circulation message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17397: Do not display parenthesis if the manager has been deleted
Bug-17397-Do-not-display-parenthesis-if-the-manage.patch (text/plain), 1.66 KB, created by
Jonathan Druart
on 2016-10-27 07:44:14 UTC
(
hide
)
Description:
Bug 17397: Do not display parenthesis if the manager has been deleted
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-10-27 07:44:14 UTC
Size:
1.66 KB
patch
obsolete
>From c1179b7073b4f9b7ea208236c5b4283e930173c6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 27 Oct 2016 09:37:55 +0200 >Subject: [PATCH] Bug 17397: Do not display parenthesis if the manager has been > deleted > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 78c52a0..56219c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -859,7 +859,9 @@ No patron matched <span class="ex">[% message | html %]</span> > [% END %]> > [% message.message_date | $KohaDates %] > [% Branches.GetName( message.branchcode ) %] >- ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.manager_id %]">[% message.get_column('manager_firstname') %] [% message.get_column('manager_surname') %]</a> ) >+ [% IF message.manager_id %] >+ ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.manager_id %]">[% message.get_column('manager_firstname') %] [% message.get_column('manager_surname') %]</a> ) >+ [% END %] > <i>"[% message.message %]"</i> > </span> > [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %] >-- >2.1.4
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 17397
:
56026
|
56044
|
56045
|
56046
|
56503
|
56911
|
56912
| 56913