From: Mike Rylander Date: Fri, 22 Mar 2013 14:40:59 +0000 (-0400) Subject: More authority fixed-field cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ece99f6dda0bded73c6449ff0f60c2cebaa4ed72;p=evergreen%2Fpines.git 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 --- 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 @@