Bugzilla – Attachment 34185 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.67 KB, created by
Jonathan Druart
on 2014-12-08 16:32:07 UTC
(
hide
)
Description:
Bug 13336 - Add time to date column for patron circulation history
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-08 16:32:07 UTC
Size:
1.67 KB
patch
obsolete
>From 505f0cfbad6f7da4d81c284c4e90c9195eba77bf 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> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.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> > >-- >2.1.0
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