Bugzilla – Attachment 73269 Details for
Bug 19488
Add borrowernumber to brief info on patron details pages in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19488: (QA follow-up) Fix spelling, remove ()
Bug-19488-QA-follow-up-Fix-spelling-remove-.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2018-03-25 20:12:56 UTC
(
hide
)
Description:
Bug 19488: (QA follow-up) Fix spelling, remove ()
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-03-25 20:12:56 UTC
Size:
1.12 KB
patch
obsolete
>From 092a75225e04ccd24a902210a3c75b7bc3ec75cc Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 25 Mar 2018 22:10:22 +0200 >Subject: [PATCH] Bug 19488: (QA follow-up) Fix spelling, remove () > >Fixes spelling to match the details page and removes (). >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index 582eac58b2..3be3942640 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -65,7 +65,7 @@ > [% END %][% END %] > <li class="patroncategory">Category: [% patron.category.description %] ([% patron.categorycode %])</li> > <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) %]</li> >- <li class="patronborrowernumber">Borrower Number: ([% patron.borrowernumber %])</li> >+ <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber %]</li> > </ul></div> > <div id="menu"> > <ul> >-- >2.14.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 19488
:
72787
|
72872
|
73268
| 73269