From 497678caf483e539a295f0b9250e89eeb4b69076 Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Wed, 22 Aug 2012 21:37:36 -0400 Subject: [PATCH] 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 Signed-off-by: Dan Scott --- Open-ILS/web/js/dojo/MARC/FixedFields.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" : ' ' } } -- 2.11.0