Bugzilla – Attachment 110244 Details for
Bug 25776
Add last updated date for notices and slips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25776: (follow-up) Fix sorting by change date in notices table
Bug-25776-follow-up-Fix-sorting-by-change-date-in-.patch (text/plain), 1.58 KB, created by
Martin Renvoize (ashimema)
on 2020-09-17 08:13:54 UTC
(
hide
)
Description:
Bug 25776: (follow-up) Fix sorting by change date in notices table
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-09-17 08:13:54 UTC
Size:
1.58 KB
patch
obsolete
>From d4813cff6280a519ee86f0a79ceea5513591834d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 31 Aug 2020 21:53:29 +0000 >Subject: [PATCH] Bug 25776: (follow-up) Fix sorting by change date in notices > table > >Some markup was missing to sort the date correctly. > >To test: >- Verify date sorting in the notices table works as expected > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >index d2c050695e..4857ed5428 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt >@@ -177,7 +177,7 @@ > </td> > <td>[% lette.code | html %]</td> > <td>[% lette.name | html %]</td> >- <td>[% lette.updated_on | $KohaDates with_hours = 1 %]</td> >+ <td><span title="[% lette.updated_on %]">[% lette.updated_on | $KohaDates with_hours = 1 %]</span></td> > <td class="actions"> > [% IF !independant_branch || !lette.branchcode %] > <form method="post" action="/cgi-bin/koha/tools/letter.pl"> >-- >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 25776
:
109303
|
109304
|
109305
|
109382
|
109383
|
109384
|
110236
|
110237
|
110238
|
110242
|
110243
| 110244 |
110245