lp1053082_missing_fixed_fields user/adbowling-isl/lp1053082_missing_fixed_fields
authorAdam Bowling <adbowling@library.in.gov>
Tue, 25 Sep 2012 14:45:50 +0000 (10:45 -0400)
committerAdam Bowling <adbowling@library.in.gov>
Tue, 25 Sep 2012 14:45:50 +0000 (10:45 -0400)
Updated FixedFields.js and added fixed field configurations for Part, LTxt, FMus, Comp for SCO, REC, and VIS, respectively.

Signed-off-by: Adam Bowling <adbowling@library.in.gov>
Open-ILS/web/js/dojo/MARC/FixedFields.js

index 4653ca8..9d133da 100644 (file)
@@ -185,6 +185,62 @@ if(!dojo._hasResource["MARC.FixedFields"]) {
                 REC : {start : 16, len : 1, def : 'n' }
             }
         },
+        Part : {
+            _8 : {
+                SCO : {start : 21, len : 1, def : ' '},
+                REC : {start : 21, len : 1, def : 'n'}
+            },
+            _6 : {
+                SCO : {start : 4, len : 1, def : ' '},
+                REC : {start : 4, len : 1, def : 'n'}
+            },
+        },
+        LTxt : {
+            _8 : {
+                SCO : {start : 30, len : 2, def : 'n'},
+                REC : {start : 30, len : 2, def : ' '}
+            },
+            _6 : {
+                SCO : {start : 13, len : 2, def : 'n'},
+                REC : {start : 13, len : 2, def : ' '}
+            },
+        },
+        FMus : {
+            _8 : {
+                SCO : {start : 20, len : 1, def : 'u'},
+                REC : {start : 20, len : 1, def : 'n'}
+            },
+            _6 : {
+                SCO : {start : 3, len : 1, def : 'u'},
+                REC : {start : 3, len : 1, def : 'n'}
+            },
+        },
+        Comp : {
+            _8 : {
+                SCO : {start : 18, len : 2, def : 'uu'},
+                REC : {start : 18, len : 2, def : 'uu'}
+            },
+            _6 : {
+                SCO : {start : 1, len : 2, def : 'uu'},
+                REC : {start : 1, len : 2, def : 'uu'}
+            },
+        },
+        Time : {
+            _8 : {
+                VIS : {start : 18, len : 3, def : ' '}
+            },
+            _6 : {
+                VIS : {start : 1, len : 3, def : ' '}
+            }
+        },
+        Tech : {
+            _8 : {
+                VIS : {start : 34, len : 1, def : ' '}
+            },
+            _6 : {
+                VIS : {start : 17, len : 1, def : ' '}
+            }
+        },
         Indx : {
             _8 : {
                 BKS : {start : 31, len : 1, def : '0' },