Bugzilla – Attachment 22886 Details for
Bug 11059
Not possible to sort staged dates in metric format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11059 - Restore time in staged dates in addorderiso2709.tt
0002-Bug-11059-Restore-time-in-staged-dates-in-addorderis.patch (text/plain), 1.42 KB, created by
Fridolin Somers
on 2013-11-12 16:22:16 UTC
(
hide
)
Description:
Bug 11059 - Restore time in staged dates in addorderiso2709.tt
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-11-12 16:22:16 UTC
Size:
1.42 KB
patch
obsolete
>From 2d6575b63a04b49782f0613d8d363c9a4d57b32d Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Tue, 12 Nov 2013 17:19:09 +0100 >Subject: [PATCH 2/2] Bug 11059 - Restore time in staged dates in > addorderiso2709.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 92632fd..84ccf6e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -113,7 +113,7 @@ > <td>[% batch_lis.file_name %]</td> > <td>[% batch_lis.comments %]</td> > <td>[% batch_lis.import_status %]</td> >- <td><span title="[% batch_lis.staged_date %]">[% batch_lis.staged_date | $KohaDates %]</span></td> >+ <td><span title="[% batch_lis.staged_date %]">[% batch_lis.staged_date | $KohaDates with_hours => 1 %]</span></td> > <td>[% batch_lis.num_biblios %]</td> > <td><a href="[% batch_lis.scriptname %]?import_batch_id=[% batch_lis.import_batch_id %]&basketno=[% basketno %]&booksellerid=[% booksellerid %]">Add orders</a></td> > </tr> >-- >1.8.3.2 >
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 11059
:
22011
|
22012
|
22263
|
22882
|
22885
|
22886
|
22943
|
23098
|
23099