LP1889296 Staffcat holds request time includes time
authorBill Erickson <berickxx@gmail.com>
Tue, 28 Jul 2020 21:21:28 +0000 (17:21 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:33:12 +0000 (11:33 -0400)
Display the hold request time as date plus time in the general purpose
Angluar holds grid.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html

index 7e44d6a..898048b 100644 (file)
 
       <eg-grid-column i18n-label label="Patron alias" path="usr_alias"></eg-grid-column>
       <eg-grid-column i18n-label label="Request Date"
-          path='request_time' datatype="timestamp"></eg-grid-column>
+        path='request_time' datatype="timestamp" [datePlusTime]="true">
+      </eg-grid-column>
       <eg-grid-column i18n-label label="Capture Date" path='capture_time'
           datatype="timestamp"></eg-grid-column>
       <eg-grid-column i18n-label label="Available Date" path='shelf_time'