Bugzilla – Attachment 12432 Details for
Bug 8234
Dates are not well sorted on Transfers to receive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-8234-fixes-date-sort-on-Transfers-to-receive-pag.patch (text/plain), 1.14 KB, created by
Adrien SAURAT
on 2012-09-21 13:52:45 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2012-09-21 13:52:45 UTC
Size:
1.14 KB
patch
obsolete
>From 852b2dcb719fabd09df0b0062bd837be3852c8a2 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Fri, 21 Sep 2012 15:48:53 +0200 >Subject: [PATCH] Bug 8234: fixes date sort on 'Transfers to receive' page > >--- > .../prog/en/modules/circ/transferstoreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >index dec516d..6542ac3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >@@ -13,7 +13,7 @@ $.tablesorter.addParser({ > $(document).ready(function() { > [% FOREACH branchesloo IN branchesloop %] > $.tablesorter.defaults.widgets = ['zebra']; >- $("#transferst[% branchesloo.branchcode %]").tablesorter({[% IF ( branchesloo.dateformat_metric ) %] >+ $("#transferst[% branchesloo.branchcode %]").tablesorter({[% IF ( dateformat_metric ) %] > dateFormat: 'uk',[% END %] > sortList: [[0,0]], > headers: { 1: { sorter: 'articles' }} >-- >1.7.9.5 >
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 8234
:
12432
|
12797