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.
Created attachment 33923 [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
Patch tested with a sandbox, by David Roberts <david.roberts@ptfs-europe.com>
Created attachment 34044 [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>
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?
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>
Patch pushed to master. Thanks Kyle!