From b54d0d9acd047c4f37e25980a23149305463f385 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 5 Jan 2007 21:47:23 +0000 Subject: [PATCH] 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 --- Open-ILS/src/javascript/backend/catalog/fixed_fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/ }, -- 2.11.0