Bugzilla – Attachment 22943 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]
[SIGNED-OFF] Bug 11059 - Restore time in staged dates in addorderiso2709.tt
SIGNED-OFF-Bug-11059---Restore-time-in-staged-date.patch (text/plain), 1.71 KB, created by
Owen Leonard
on 2013-11-14 17:15:50 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 11059 - Restore time in staged dates in addorderiso2709.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-11-14 17:15:50 UTC
Size:
1.71 KB
patch
obsolete
>From 21a41de742d77fa0075278f97c9337b7bf2103d4 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] [SIGNED-OFF] Bug 11059 - Restore time in staged dates in > addorderiso2709.tt >Content-Type: text/plain; charset="utf-8" > >Follow-up patch to restore the display of time in >acqui/addorderiso2709.tt in staged date. >Simply uses an option of KohaDates TT plugin. >This time may be usefull if there where several imports in the same day. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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.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 11059
:
22011
|
22012
|
22263
|
22882
|
22885
|
22886
|
22943
|
23098
|
23099