From a3d734dd2b9e5ea3c2e85f3377a94d829faa595d Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Tue, 7 Aug 2012 14:19:56 -0400 Subject: [PATCH] Fix timestamp typo Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- Open-ILS/xul/staff_client/chrome/content/util/timestamp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js b/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js index aac7d70304..8cbcdcbb97 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/timestamp.js @@ -126,7 +126,7 @@ function gen_handle_apply(params) { dp_date.setHours( tp_date.getHours() ); dp_date.setMinutes( tp_date.getMinutes() ); - xulG.timestampe = util.date.formatted_date(dp_date,'%{iso8601}'); + xulG.timestamp = util.date.formatted_date(dp_date,'%{iso8601}'); xulG.complete = 1; window.close(); } -- 2.11.0