Bugzilla – Attachment 14423 Details for
Bug 9349
Saved reports: sort broken on creation date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-9349-fix-on-date-sort-in-Saved-Reports.patch (text/plain), 1.01 KB, created by
Adrien SAURAT
on 2013-01-04 16:35:23 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2013-01-04 16:35:23 UTC
Size:
1.01 KB
patch
obsolete
>From 53cc7aadb25f6867361ce960f00eeb0e699d6ffb Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 4 Jan 2013 17:32:13 +0100 >Subject: [PATCH] Bug 9349: fix on date sort in Saved Reports > >Allows the dd/mm/yyyy format to be correctly sorted >in the Saved Reports table. >--- > .../en/modules/reports/guided_reports_start.tt | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index fa0ae38..8cd4f7c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -62,6 +62,7 @@ $(document).ready(function(){ > [% END %] > // call the tablesorter plugin > $("#table_reports").tablesorter({ >+ [% IF ( dateformat_metric ) %]dateFormat: 'uk',[% END %] > widgets : ['zebra'], > sortList: [[1,0]], > headers: { >-- >1.7.5.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 9349
:
14423
|
14426