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=a89267692ad580a2fefa7150c3423843e3f7d4e5;p=Evergreen.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 2539abc89b..422fa7aa3e 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().@tag.toString(); source_f.ind1 = sf.parent().@ind1.toString(); - source_f.ind1 = sf.parent().@ind2.toString(); + source_f.ind2 = sf.parent().@ind2.toString(); for (var i = 0; i < sf.parent().subfield.length(); i++) { var sf_iter = sf.parent().subfield[i];