Bugzilla – Attachment 117848 Details for
Bug 22569
Add a 'Transfers to send' report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22569: (QA follow-up) Use itemtype description
Bug-22569-QA-follow-up-Use-itemtype-description.patch (text/plain), 1.92 KB, created by
Martin Renvoize (ashimema)
on 2021-03-05 13:15:30 UTC
(
hide
)
Description:
Bug 22569: (QA follow-up) Use itemtype description
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-05 13:15:30 UTC
Size:
1.92 KB
patch
obsolete
>From 853cde6d9c88794eb6cc393819ee6f3b92cd13ee Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 5 Mar 2021 12:33:41 +0000 >Subject: [PATCH] Bug 22569: (QA follow-up) Use itemtype description > >--- > .../intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >index 4fe2058382..744a311aea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >@@ -3,6 +3,7 @@ > [% USE Koha %] > [% USE KohaDates %] > [% USE Branches %] >+[% USE ItemTypes %] > [% SET footerjs = 1 %] > [% PROCESS 'transfer_reasons.inc' %] > [% INCLUDE 'doc-head-open.inc' %] >@@ -55,7 +56,7 @@ > <td><p><span title="[% transfer.daterequested | html %]">[% transfer.daterequested | $KohaDates %]</span></p></td> > <td> > [% INCLUDE 'biblio-title.inc' biblio = transfer.item.biblio link = 1 %][% IF ( transfer.item.biblio.author ) %] by [% transfer.item.biblio.author | html %][% END %] >- [% IF ( transfer.item.effective_itemtype ) %] (<b>[% transfer.item.effective_itemtype | html %]</b>)[% END %] >+ [% IF ( transfer.item.effective_itemtype ) %] (<b>[% ItemTypes.GetDescription( transfer.item.effective_itemtype ) | html %]</b>)[% END %] > <br />Barcode: [% transfer.item.barcode | html %] > </td> > <td><p>[% PROCESS transfer_reason transfer=transfer %]</p></td> >-- >2.20.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 22569
:
90458
|
90477
|
90486
|
90487
|
94650
|
94651
|
94658
|
94659
|
96471
|
96472
|
96473
|
96474
|
96475
|
96478
|
96479
|
96516
|
96517
|
97392
|
97393
|
107258
|
107259
|
107260
|
107306
|
107307
|
107308
|
110284
|
110285
|
110286
|
110543
|
110544
|
110545
|
116572
|
116573
|
117612
|
117613
|
117840
|
117841
|
117842
|
117843
|
117847
|
117848
|
117878
|
117879
|
117880
|
117881