[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. a89267692ad580a2fefa7150c3423843e3f7d4e5

Evergreen Git git at git.evergreen-ils.org
Thu Sep 15 09:32:21 EDT 2011


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_1 has been updated
       via  a89267692ad580a2fefa7150c3423843e3f7d4e5 (commit)
      from  af806351525895e3a223e954b3ca124e8a74e6bd (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 a89267692ad580a2fefa7150c3423843e3f7d4e5
Author: Mike Rylander <mrylander at gmail.com>
Date:   Thu Sep 15 09:11:47 2011 -0400

    Set ind2 to the value of indicicator 2 supplied by the user, not ind1
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js
index 2539abc..422fa7a 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.js
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js
@@ -2617,7 +2617,7 @@ function summarizeField(sf) {
 
     source_f.tag = sf.parent(). at tag.toString();
     source_f.ind1 = sf.parent(). at ind1.toString();
-    source_f.ind1 = sf.parent(). at ind2.toString();
+    source_f.ind2 = sf.parent(). at ind2.toString();
 
     for (var i = 0; i < sf.parent().subfield.length(); i++) {
         var sf_iter = sf.parent().subfield[i];

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

Summary of changes:
 Open-ILS/xul/staff_client/server/cat/marcedit.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list