Bugzilla – Attachment 172667 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.37 KB, created by
Emily Lamancusa (emlam)
on 2024-10-10 18:34:31 UTC
(
hide
)
Description:
Bug 38146: Display full datetime of datelastseen in item holdings
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-10-10 18:34:31 UTC
Size:
1.37 KB
patch
obsolete
>From 3685ffb3bfa1b7eae79fd9debd51ced63304afdd 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 >--- > .../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 f0672e86ce..b4ea39c548 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 >@@ -548,7 +548,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