Make SHSys in Authority Fixed Fields available to edit and save
authorArt Rhyno <art632000@yahoo.ca>
Thu, 23 Aug 2012 01:37:36 +0000 (21:37 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 23 Aug 2012 14:25:55 +0000 (10:25 -0400)
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 <art632000@yahoo.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/web/js/dojo/MARC/FixedFields.js

index 4653ca8..4c11570 100644 (file)
@@ -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" : ' ' }
             }