From: Thomas Berezansky <tsbere@mvlc.org>
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=48ff6a7a2cbea1247845329347623781c2844242;p=evergreen%2Fmasslnc.git

Fix Fixed Fields Editor Conf and Cont

Conf was defined with Cont's fields
Cont was missing

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
---

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 : ' ' }
             },