From f73da8a190eda3a2dd72c1418bafaaa2f16fa0bd 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 --- 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