Bugzilla – Attachment 113980 Details for
Bug 26819
Error when adding items to course reserves - can't view items in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26819: (QA follow-up) Fix branchtransfers.tt
Bug-26819-QA-follow-up-Fix-branchtransferstt.patch (text/plain), 1.73 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-11-25 13:03:02 UTC
(
hide
)
Description:
Bug 26819: (QA follow-up) Fix branchtransfers.tt
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-11-25 13:03:02 UTC
Size:
1.73 KB
patch
obsolete
>From ccc236f5347505795c961a7512b952d9dce52b90 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 23 Nov 2020 09:43:58 -0500 >Subject: [PATCH] Bug 26819: (QA follow-up) Fix branchtransfers.tt > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index 50a342c748d..b29fac2c096 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -126,7 +126,7 @@ > [% IF ( Koha.Preference('BranchTransferLimitsType') == 'itemtype' ) %] > <li>Item type: <strong>[% ItemTypes.GetDescription( errmsgloo.code ) | html %]</strong></li> > [% ELSE %] >- <li>Collection: <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', errmsgloo.code ) | html %]</strong></li> >+ <li>Collection: <strong>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => errmsgloo.code ) | html %]</strong></li> > [% END %] > <li>Originating library: <strong>[% Branches.GetName( errmsgloo.fbr ) | html %]</strong></li> > <li>Destination library: <strong>[% Branches.GetName( errmsgloo.tbr ) | html %]</strong></li> >-- >2.29.2
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 26819
:
112487
|
112848
|
112861
|
112878
|
113926
|
113927
|
113978
|
113979
| 113980