Bugzilla – Attachment 172776 Details for
Bug 38146
Last seen date is missing the time in the item holdings table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38146: Display full datetime of datelastseen in item holdings
Bug-38146-Display-full-datetime-of-datelastseen-in.patch (text/plain), 1.50 KB, created by
Jonathan Druart
on 2024-10-15 13:39:04 UTC
(
hide
)
Description:
Bug 38146: Display full datetime of datelastseen in item holdings
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-15 13:39:04 UTC
Size:
1.50 KB
patch
obsolete
>From 30f9c2e8965600d65d52efff610378744822e693 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Thu, 10 Oct 2024 14:31:45 -0400 >Subject: [PATCH] Bug 38146: Display full datetime of datelastseen in item > holdings > >To test: >1. Check in an item >2. Look at the item holdings table for the bib record that item is on >--> Note the date last seen column displays dates, but not the time >3. Apply patch and restart_all >4. Refresh the page >--> Date last seen column now shows the time you checked the item in > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 42357360a60..78e6e076804 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -567,7 +567,7 @@ > searchable: true, > orderable: true, > render: function (data, type, row, meta) { >- return $date(row.last_seen_date); >+ return $datetime(row.last_seen_date); > } > }, > { >-- >2.34.1
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 38146
:
172667
|
172670
| 172776