From ece99f6dda0bded73c6449ff0f60c2cebaa4ed72 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 22 Mar 2013 10:40:59 -0400 Subject: [PATCH] More authority fixed-field cleanup Even with the efforts by many to add and harmonize the authority fixed-field setup, and maintain functionality, there were some missing bits. This commit should take care of those by realigning the remaining field names and allwowing those fields to be saved properly. Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- Open-ILS/web/js/dojo/MARC/FixedFields.js | 2 +- .../xul/staff_client/server/cat/marcedit.xul | 36 +++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Open-ILS/web/js/dojo/MARC/FixedFields.js b/Open-ILS/web/js/dojo/MARC/FixedFields.js index 0895177cfb..dd7a2a7980 100644 --- a/Open-ILS/web/js/dojo/MARC/FixedFields.js +++ b/Open-ILS/web/js/dojo/MARC/FixedFields.js @@ -513,7 +513,7 @@ if(!dojo._hasResource["MARC.FixedFields"]) { "AUT" : {"start" : 8, "len" : 1, "def" : ' ' } } }, - "Auth/Ref" : { + "Kind" : { "_8" : { "AUT" : {"start" : 9, "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 2fd96890ef..2d74ec2051 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.xul +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.xul @@ -201,36 +201,36 @@