From: Art Rhyno Date: Thu, 23 Aug 2012 01:37:36 +0000 (-0400) Subject: Make SHSys in Authority Fixed Fields available to edit and save X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f73da8a190eda3a2dd72c1418bafaaa2f16fa0bd;p=working%2FEvergreen.git Make SHSys in Authority Fixed Fields available to edit and save This field is missing from FixedFields.js and doesn't seem to be active in the MARC editor. The position of it is identified as "Subj". I moved "Subj" to replace "SubjUse" since "Subj" is mapped in marcedit.xul. This seems to put the fields in sync. Signed-off-by: Art Rhyno --- diff --git a/Open-ILS/web/js/dojo/MARC/FixedFields.js b/Open-ILS/web/js/dojo/MARC/FixedFields.js index 4653ca80bc..4c11570f89 100644 --- a/Open-ILS/web/js/dojo/MARC/FixedFields.js +++ b/Open-ILS/web/js/dojo/MARC/FixedFields.js @@ -378,7 +378,7 @@ if(!dojo._hasResource["MARC.FixedFields"]) { "AUT" : {"start" : 10, "len" : 1, "def" : ' ' } } }, - "Subj" : { + "SHSys" : { "_8" : { "AUT" : {"start" : 11, "len" : 1, "def" : ' ' } } @@ -398,7 +398,7 @@ if(!dojo._hasResource["MARC.FixedFields"]) { "AUT" : {"start" : 14, "len" : 1, "def" : ' ' } } }, - "SubjUse" : { + "Subj" : { "_8" : { "AUT" : {"start" : 15, "len" : 1, "def" : ' ' } }