Fix Fixed Fields Editor Conf and Cont
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 16 Sep 2011 14:24:01 +0000 (10:24 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 16 Sep 2011 15:26:33 +0000 (11:26 -0400)
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

index 7e25080..4653ca8 100644 (file)
@@ -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 : ' ' }
             },