From 1e53c4578ee7d21fbd47b1d7a92bf372d68a9ebb Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 11 Jan 2007 15:31:10 +0000 Subject: [PATCH] backporting continuing resource change 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 | 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