all non-BKS types get the "i" BLvl
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 12 Jan 2007 15:09:45 +0000 (15:09 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 12 Jan 2007 15:09:45 +0000 (15:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6761 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/javascript/backend/catalog/fixed_fields.js

index 8ae117b..4e7871c 100644 (file)
@@ -2,12 +2,12 @@
 var rec_type = {
         BKS : { Type : /[at]{1}/,      BLvl : /[acdm]{1}/ },
        SER : { Type : /[a]{1}/,        BLvl : /[bsi]{1}/ },
-       VIS : { Type : /[gkro]{1}/,     BLvl : /[abcdms]{1}/ },
-       MIX : { Type : /[p]{1}/,        BLvl : /[cd]{1}/ },
-       MAP : { Type : /[ef]{1}/,       BLvl : /[abcdms]{1}/ },
-       SCO : { Type : /[cd]{1}/,       BLvl : /[abcdms]{1}/ },
-       REC : { Type : /[ij]{1}/,       BLvl : /[abcdms]{1}/ },
-       COM : { Type : /[m]{1}/,        BLvl : /[abcdms]{1}/ }
+       VIS : { Type : /[gkro]{1}/,     BLvl : /[abcdmsi]{1}/ },
+       MIX : { Type : /[p]{1}/,        BLvl : /[cdi]{1}/ },
+       MAP : { Type : /[ef]{1}/,       BLvl : /[abcdmsi]{1}/ },
+       SCO : { Type : /[cd]{1}/,       BLvl : /[abcdmsi]{1}/ },
+       REC : { Type : /[ij]{1}/,       BLvl : /[abcdmsi]{1}/ },
+       COM : { Type : /[m]{1}/,        BLvl : /[abcdmsi]{1}/ }
 };
 
 var ff_pos = {