Bugzilla – Attachment 83855 Details for
Bug 22002
Each message_transport_type in the letters table is showing as a separate notice in Tools > Notices and slips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22002: (QA follow-up) Remove some debugging code from template
Bug-22002-QA-follow-up-Remove-some-debugging-code-.patch (text/plain), 1.25 KB, created by
Katrin Fischer
on 2019-01-13 21:27:22 UTC
(
hide
)
Description:
Bug 22002: (QA follow-up) Remove some debugging code from template
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-13 21:27:22 UTC
Size:
1.25 KB
patch
obsolete
>From 55b48112e861cefd99b88c0afb1a958505358dac Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 13 Jan 2019 21:26:12 +0000 >Subject: [PATCH] Bug 22002: (QA follow-up) Remove some debugging code from > template > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index 4a45c9c4f2..dff6c17dee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -93,7 +93,7 @@ > [% FOREACH lette IN letter %] > [% can_edit = lette.branchcode || !independant_branch %] > <tr> >- <td>X[%lette.branchcode%]X[% IF lette.branchname%][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td> >+ <td>[% IF lette.branchname %][% lette.branchname | html %][% ELSE %](All libraries)[% END %]</td> > <td> > [% SWITCH lette.module %] > [% CASE 'acquisition' %]<span>Acquisition</span> >-- >2.11.0
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 22002
:
83225
|
83253
|
83368
|
83854
| 83855 |
85159