From: Mike Rylander Date: Fri, 12 Jul 2013 18:43:57 +0000 (-0400) Subject: Repair remaining Authority Fixed Field editor entries X-Git-Tag: sprint4-merge-nov22~2822 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=43fd9c1e17aad99b58e241e1df5bc1c24656f505;p=working%2FEvergreen.git Repair remaining Authority Fixed Field editor entries The "Item" fixed field is only valid for MFHD records, so we remove that entirely from AUTH records. The "GeoSubd" fixed field is spelled "GeoDiv" everywhere, so we align that naming so that it can be saved. Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/web/js/dojo/MARC/FixedFields.js b/Open-ILS/web/js/dojo/MARC/FixedFields.js index dd7a2a7980..b4df7046ea 100644 --- a/Open-ILS/web/js/dojo/MARC/FixedFields.js +++ b/Open-ILS/web/js/dojo/MARC/FixedFields.js @@ -498,7 +498,7 @@ if(!dojo._hasResource["MARC.FixedFields"]) { MFHD : {start : 6, len : 1, def : 'y' } } }, - "GeoSubd" : { + "GeoDiv" : { "_8" : { "AUT" : {"start" : 6, "len" : 1, "def" : ' ' } } diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.xul b/Open-ILS/xul/staff_client/server/cat/marcedit.xul index 4a1c7eaae9..6d86170e29 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.xul +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.xul @@ -185,7 +185,7 @@