Bugzilla – Attachment 38142 Details for
Bug 8276
circ history not sorting right
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up: Remove stry </td>
Follow-up-Remove-stry-td.patch (text/plain), 1.15 KB, created by
Katrin Fischer
on 2015-04-19 20:29:54 UTC
(
hide
)
Description:
Follow-up: Remove stry </td>
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-19 20:29:54 UTC
Size:
1.15 KB
patch
obsolete
>From 77bbb3703498315af43d0e210b7b1c3aaa67a1bc Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 19 Apr 2015 22:26:52 +0200 >Subject: [PATCH] Follow-up: Remove stry </td> > >Removes an additional </td> tag that isn't needed. > >http://bugs.koha-community.org/show_bug.cgi?id=8276 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 71e2888..0d4afa9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -107,7 +107,7 @@ > <td>[% issue.barcode %]</td> > <td>[% issue.renewals %]</td> > <td> >- <span title="[% issue.issuedate %]">[% issue.issuedate |$KohaDates with_hours => 1 %]</span></td> >+ <span title="[% issue.issuedate %]">[% issue.issuedate |$KohaDates with_hours => 1 %]</span> > </td> > <td>[% Branches.GetName( issue.branchcode ) %]</td> > <td> >-- >1.9.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 8276
:
10390
|
37406
|
37847
|
38141
| 38142