backporting continuing resource change
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Jan 2007 15:31:10 +0000 (15:31 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 11 Jan 2007 15:31:10 +0000 (15:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6755 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 28d4a36..8ae117b 100644 (file)
@@ -1,7 +1,7 @@
 
 var rec_type = {
         BKS : { Type : /[at]{1}/,      BLvl : /[acdm]{1}/ },
-       SER : { Type : /[a]{1}/,        BLvl : /[bs]{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}/ },