From bba78196d36b80d5f89cff6c86cb842bed6b259b Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 25 Nov 2014 10:59:01 -0500 Subject: [PATCH] Bug 13336 - Add time to date column for patron circulation history Some librarians have expressed that it would be very helpful to have the hours displayed in the date column for a patron's circulation history. The time an action took place can be vital to tracking down which librarians were working at the time a given circulation action took place. Test Plan: 1) View a patron's circulation history 2) Note the Date column has no hour/minute 3) Apply this patch 4) Reload the page 5) Note the hour and minutes now display Signed-off-by: David Roberts Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt index 0d4afa9214..e24ff7c42f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt @@ -90,7 +90,7 @@ [% END %] - [% issue.issuestimestamp | $KohaDates %] + [% issue.issuestimestamp | $KohaDates with_hours => 1 %] [% issue.title |html %] -- 2.20.1