From: Mike Rylander Date: Thu, 15 Sep 2011 13:11:47 +0000 (-0400) Subject: Set ind2 to the value of indicicator 2 supplied by the user, not ind1 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c2ee5ec8476153cf2b119087dc421329b01a1da;p=evergreen%2Fmasslnc.git Set ind2 to the value of indicicator 2 supplied by the user, not ind1 Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 3547a8ea33..b18c8a7442 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().@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) {