Bug 13336

Summary: Add time to date column for patron circulation history
Product: Koha Reporter: Kyle M Hall <kyle>
Component: PatronsAssignee: Kyle M Hall <kyle>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: david.roberts, gmcharlt, kyle.m.hall, sandboxes, tomascohen
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 13336 - Add time to date column for patron circulation history
Bug 13336 - Add time to date column for patron circulation history
Bug 13336 - Add time to date column for patron circulation history

Description Kyle M Hall 2014-11-25 17:56:58 UTC
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.
Comment 1 Kyle M Hall 2014-11-25 17:58:38 UTC Comment hidden (obsolete)
Comment 2 PTFS Europe Sandboxes 2014-12-01 16:08:25 UTC
Patch tested with a sandbox, by David Roberts <david.roberts@ptfs-europe.com>
Comment 3 PTFS Europe Sandboxes 2014-12-01 16:08:42 UTC Comment hidden (obsolete)
Comment 4 David Roberts 2014-12-01 16:11:22 UTC
I've signed this off because it works as is but I do wonder whether it may be more use having the time in the "checked out on" or "return date" column. In fact, do we really need to have a date column in addition to these two columns?
Comment 5 Jonathan Druart 2014-12-08 16:32:07 UTC
Created attachment 34185 [details] [review]
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>
Comment 6 Tomás Cohen Arazi 2015-06-11 16:09:56 UTC
Patch pushed to master.

Thanks Kyle!