Bugzilla – Attachment 67196 Details for
Bug 19338
Dates sorting incorrectly in opac-account.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19338 - followup - missing span
Bug-19338---followup---missing-span.patch (text/plain), 1.24 KB, created by
Liz Rea
on 2017-09-19 03:47:08 UTC
(
hide
)
Description:
Bug 19338 - followup - missing span
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2017-09-19 03:47:08 UTC
Size:
1.24 KB
patch
obsolete
>From ee0f0ee59090e0a951a01f6292cac452d557897d Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Tue, 19 Sep 2017 15:46:03 +1200 >Subject: [PATCH] Bug 19338 - followup - missing span > >Oops, missed a span. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >index 795203a..1331d68 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >@@ -102,7 +102,7 @@ > [% END %] > </td> > [% END %] >- <td><span title="[% account.date %]">[% ACCOUNT_LINE.date | $KohaDates %]</td> >+ <td><span title="[% account.date %]">[% ACCOUNT_LINE.date | $KohaDates %]</span></td> > <td> > [% SWITCH ACCOUNT_LINE.accounttype %] > [% CASE 'Pay' %]Payment, thanks >-- >2.7.4
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 19338
:
67195
|
67196
|
67582
|
67801
|
70154