From: miker Date: Fri, 5 Jan 2007 21:47:23 +0000 (+0000) Subject: updating the Continuing Resource combination with Integrating Resource BLvl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b54d0d9acd047c4f37e25980a23149305463f385;p=Evergreen.git updating the Continuing Resource combination with Integrating Resource BLvl git-svn-id: svn://svn.open-ils.org/ILS/trunk@6733 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}/ },