From 21a41de742d77fa0075278f97c9337b7bf2103d4 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS 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 --- .../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 @@ [% batch_lis.file_name %] [% batch_lis.comments %] [% batch_lis.import_status %] - [% batch_lis.staged_date | $KohaDates %] + [% batch_lis.staged_date | $KohaDates with_hours => 1 %] [% batch_lis.num_biblios %] Add orders -- 1.7.9.5