From: miker Date: Thu, 11 Jan 2007 15:31:10 +0000 (+0000) Subject: backporting continuing resource change X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1e53c4578ee7d21fbd47b1d7a92bf372d68a9ebb;p=Evergreen.git backporting continuing resource change git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6755 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/javascript/backend/catalog/fixed_fields.js b/Open-ILS/src/javascript/backend/catalog/fixed_fields.js index 28d4a36750..8ae117b8fe 100644 --- a/Open-ILS/src/javascript/backend/catalog/fixed_fields.js +++ b/Open-ILS/src/javascript/backend/catalog/fixed_fields.js @@ -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}/ },