Fix timestamp typo
authorThomas Berezansky <tsbere@mvlc.org>
Tue, 7 Aug 2012 18:19:56 +0000 (14:19 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 Aug 2012 18:28:11 +0000 (14:28 -0400)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>

Open-ILS/xul/staff_client/chrome/content/util/timestamp.js

index aac7d70..8cbcdcb 100644 (file)
@@ -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();
             }