From 48ff6a7a2cbea1247845329347623781c2844242 Mon Sep 17 00:00:00 2001
From: Thomas Berezansky <tsbere@mvlc.org>
Date: Fri, 16 Sep 2011 10:24:01 -0400
Subject: [PATCH] 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>
---
 Open-ILS/web/js/dojo/MARC/FixedFields.js | 10 ++++++++++
 1 file changed, 10 insertions(+)

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