From 8996faae15420284318344cde78c2858bc4adb3a Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Thu, 16 Jun 2011 16:53:17 -0400 Subject: [PATCH] Bug 6512: time missing from item circulation history Re-enables the display of the seentime in circ/bookcount.tt; a DEFAULT was set, but the value was never actually called into the template. This patch also moves the time to the right side of the date, and removes the ??:?? default, because otherwise, it's just silly Signed-off-by: Ian Walls Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt index f22e407090..43ef0c94e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt @@ -49,7 +49,7 @@ $(document).ready(function(){ [% IF ( branchloo.seen ) %] [% branchloo.seen %][% branchloo.seentime %] - [% DEFAULT branchloo.seentime="??:??" %] [% branchloo.seen %] + [% branchloo.seen %] [% branchloo.seentime %] [% ELSE %]Never [% END %] -- 2.39.2