From 3b22274044657b9b150ed1d0f9af79b80216edcf Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Tue, 12 Nov 2013 17:19:09 +0100 Subject: [PATCH] Bug 11059 - Restore time in staged dates in addorderiso2709.tt 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 Signed-off-by: Kyle M Hall --- .../prog/en/modules/acqui/addorderiso2709.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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.2.5