Set ind2 to the value of indicicator 2 supplied by the user, not ind1
authorMike Rylander <mrylander@gmail.com>
Thu, 15 Sep 2011 13:11:47 +0000 (09:11 -0400)
committerMike Rylander <mrylander@gmail.com>
Thu, 15 Sep 2011 13:11:47 +0000 (09:11 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/xul/staff_client/server/cat/marcedit.js

index 3547a8e..b18c8a7 100644 (file)
@@ -1927,7 +1927,7 @@ function summarizeField(sf) {
 
     source_f.tag = sf.parent().@tag.toString();
     source_f.ind1 = sf.parent().@ind1.toString();
-    source_f.ind1 = sf.parent().@ind2.toString();
+    source_f.ind2 = sf.parent().@ind2.toString();
 
     var found_acs = [];
     dojo.forEach( acs.controlSetList(), function (acs_id) {