[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 6702825122afae72f531bd81d3018be41b71edb9

Evergreen Git git at git.evergreen-ils.org
Tue Aug 7 14:28:22 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, rel_2_3 has been updated
       via  6702825122afae72f531bd81d3018be41b71edb9 (commit)
      from  b029b810bdba473f5c7743f582aab1e84b60fc85 (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 6702825122afae72f531bd81d3018be41b71edb9
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