From: Thomas Berezansky Date: Fri, 16 Sep 2011 14:24:01 +0000 (-0400) Subject: Fix Fixed Fields Editor Conf and Cont X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=07f621b7c2b1558ea6d69fa0b457189b506982d2;p=working%2FEvergreen.git Fix Fixed Fields Editor Conf and Cont Conf was defined with Cont's fields Cont was missing Signed-off-by: Thomas Berezansky --- diff --git a/Open-ILS/web/js/dojo/MARC/FixedFields.js b/Open-ILS/web/js/dojo/MARC/FixedFields.js index 7e25080fba..4653ca80bc 100644 --- a/Open-ILS/web/js/dojo/MARC/FixedFields.js +++ b/Open-ILS/web/js/dojo/MARC/FixedFields.js @@ -253,6 +253,16 @@ if(!dojo._hasResource["MARC.FixedFields"]) { }, Conf : { _8 : { + BKS : {start : 29, len : 1, def : '0' }, + SER : {start : 29, len : 1, def : '0' } + }, + _6 : { + BKS : {start : 11, len : 1, def : '0' }, + SER : {start : 11, len : 1, def : '0' } + } + }, + Cont : { + _8 : { BKS : {start : 24, len : 4, def : ' ' }, SER : {start : 25, len : 3, def : ' ' } },