Bugzilla – Attachment 105324 Details for
Bug 22630
Add ability to change the homebranch in course reserves
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22630: Display correct "in storage" value
Bug-22630-Display-correct-in-storage-value.patch (text/plain), 1.39 KB, created by
Jonathan Druart
on 2020-05-25 08:26:39 UTC
(
hide
)
Description:
Bug 22630: Display correct "in storage" value
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-25 08:26:39 UTC
Size:
1.39 KB
patch
obsolete
>From c7d34b230a9842b64fddfc8ebbef2d31e06fb474 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 25 May 2020 10:25:52 +0200 >Subject: [PATCH] Bug 22630: Display correct "in storage" value > >--- > .../prog/en/modules/course_reserves/course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index f5219292e0..56cb7b9780 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -164,7 +164,7 @@ > [% IF cr.course_item.enabled == 'yes' %] > <strong>[% Branches.GetName( cr.item.homebranch ) | html %]</strong> > [% IF cr.item.homebranch %] >- ([% Branches.GetName( cr.course_item.homebranch ) | html %]) >+ ([% Branches.GetName( cr.course_item.homebranch_storage ) | html %]) > [% END %] > [% ELSE %] > [% Branches.GetName( cr.course_item.homebranch ) | html %] >-- >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 22630
:
87355
|
87369
|
89037
|
89741
|
89742
|
89743
|
90023
|
90024
|
90025
|
90026
|
90027
|
90028
|
91177
|
91178
|
91179
|
91180
|
91575
|
91576
|
91577
|
91578
|
92579
|
92580
|
92603
|
92604
|
103556
|
103634
|
103635
|
103733
|
103734
|
103735
|
103736
| 105324