Bugzilla – Attachment 103736 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: Fix capitalization
Bug-22630-Fix-capitalization.patch (text/plain), 1.31 KB, created by
Katrin Fischer
on 2020-04-27 06:32:01 UTC
(
hide
)
Description:
Bug 22630: Fix capitalization
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-04-27 06:32:01 UTC
Size:
1.31 KB
patch
obsolete
>From c3405de3c04963be5ee8fd805f78a11ce05764f8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 27 Apr 2020 06:23:59 +0000 >Subject: [PATCH] Bug 22630: Fix capitalization > >Home Library -> Home library >Holding Library -> Holding library > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 931604b201..f5219292e0 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 >@@ -81,8 +81,8 @@ > [% IF item_level_itypes %]<th>Item type</th>[% END %] > <th>Collection</th> > <th>Location</th> >- <th>Home Library</th> >- <th>Holding Library</th> >+ <th>Home library</th> >+ <th>Holding library</th> > <th>Staff note</th> > <th>Public note</th> > <th>Link</th> >-- >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 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