From: dbs Date: Wed, 27 May 2009 20:16:35 +0000 (+0000) Subject: Enable the 001 and 003 control fields to be edited X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a3c9c205d16d5aad08565bfe5577d991ccfe5cad;p=evergreen%2Fbjwebb.git Enable the 001 and 003 control fields to be edited This can help resolve conflicting TCN values when importing records; just edit the 001 of the incoming record git-svn-id: svn://svn.open-ils.org/ILS/trunk@13251 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 610735bed..d5eb0bd38 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -1209,7 +1209,7 @@ function marcLeader (leader) { function marcControlfield (field) { tagname = field.@tag.toString().substr(2); var row; - if (tagname == '6' || tagname == '7' || tagname == '8') { + if (tagname == '1' || tagname == '3' || tagname == '6' || tagname == '7' || tagname == '8') { row = createRow( { class : 'marcControlfieldRow', tag : '_' + tagname },