From dab6c5a5370b9be4dec76c0cf6ff073407606750 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 12 Jul 2013 14:43:57 -0400 Subject: [PATCH] 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 --- Open-ILS/web/js/dojo/MARC/FixedFields.js | 2 +- Open-ILS/xul/staff_client/server/cat/marcedit.xul | 2 +- 2 files 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 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 2d74ec2051..5123c6fc79 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 @@