From 43fd9c1e17aad99b58e241e1df5bc1c24656f505 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 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 @@