Bugzilla – Attachment 34044 Details for
Bug 13336
Add time to date column for patron circulation history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13336 - Add time to date column for patron circulation history
Bug-13336---Add-time-to-date-column-for-patron-cir.patch (text/plain), 1.61 KB, created by
PTFS Europe Sandboxes
on 2014-12-01 16:08:42 UTC
(
hide
)
Description:
Bug 13336 - Add time to date column for patron circulation history
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2014-12-01 16:08:42 UTC
Size:
1.61 KB
patch
obsolete
>From f5c4541610b4b830686d21bd5e964419abf798f2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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 <david.roberts@ptfs-europe.com> >--- > 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 773995a..8f3cbda 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -89,7 +89,7 @@ > [% END %] > </td> > <td> >- <span title="[% issue.issuestimestamp %]">[% issue.issuestimestamp | $KohaDates %]</span> >+ <span title="[% issue.issuestimestamp %]">[% issue.issuestimestamp | $KohaDates with_hours => 1 %]</span> > </td> > <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% issue.biblionumber %]">[% issue.title |html %]</a></td> > >-- >1.7.10.4
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 13336
:
33923
|
34044
|
34185