[open-ils-commits] [GIT] Evergreen ILS branch master updated. a3d734dd2b9e5ea3c2e85f3377a94d829faa595d

Evergreen Git git at git.evergreen-ils.org
Tue Aug 7 14:27:19 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  a3d734dd2b9e5ea3c2e85f3377a94d829faa595d (commit)
      from  edd947c51792037202bfad6a78cd7427e8e25041 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a3d734dd2b9e5ea3c2e85f3377a94d829faa595d
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Tue Aug 7 14:19:56 2012 -0400

    Fix timestamp typo
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

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

-----------------------------------------------------------------------

Summary of changes:
 .../staff_client/chrome/content/util/timestamp.js  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list