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

Evergreen Git git at git.evergreen-ils.org
Thu Sep 15 09:17:52 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, master has been updated
       via  3c2ee5ec8476153cf2b119087dc421329b01a1da (commit)
      from  fd70fb824fd606ee8b2d1d2870f89e5c117f9e60 (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 3c2ee5ec8476153cf2b119087dc421329b01a1da
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 3547a8e..b18c8a7 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.js
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js
@@ -1927,7 +1927,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();
 
     var found_acs = [];
     dojo.forEach( acs.controlSetList(), function (acs_id) {

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

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