From eed65c0c81b19ad7607d50d9aea0ff4ea4790ab3 Mon Sep 17 00:00:00 2001 From: pines Date: Wed, 31 Jan 2007 02:57:09 +0000 Subject: [PATCH] timestamp, not date git-svn-id: svn://svn.open-ils.org/ILS/trunk@6835 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 6e3d444fdb..747872a9ed 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -725,7 +725,7 @@ circ.util.hold_columns = function(modify,params) { { 'persist' : 'hidden width ordinal', 'id' : 'request_timestamp', 'label' : 'Request Timestamp', 'flex' : 0, 'primary' : false, 'hidden' : true, - 'render' : function(my) { return my.ahr.request_time().toString().substr(0,10); }, + 'render' : function(my) { return my.ahr.request_time().toString(); }, }, { 'persist' : 'hidden width ordinal', 'id' : 'request_time', 'label' : 'Request Date', 'flex' : 0, -- 2.11.0