From 9501ebc016a6fa138ad692951fe3303bdc2db047 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 12 Jan 2007 15:09:45 +0000 Subject: [PATCH] all non-BKS types get the "i" BLvl git-svn-id: svn://svn.open-ils.org/ILS/trunk@6761 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/javascript/backend/catalog/fixed_fields.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/javascript/backend/catalog/fixed_fields.js b/Open-ILS/src/javascript/backend/catalog/fixed_fields.js index 8ae117b8fe..4e7871c882 100644 --- a/Open-ILS/src/javascript/backend/catalog/fixed_fields.js +++ b/Open-ILS/src/javascript/backend/catalog/fixed_fields.js @@ -2,12 +2,12 @@ var rec_type = { BKS : { Type : /[at]{1}/, BLvl : /[acdm]{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}/ }, - SCO : { Type : /[cd]{1}/, BLvl : /[abcdms]{1}/ }, - REC : { Type : /[ij]{1}/, BLvl : /[abcdms]{1}/ }, - COM : { Type : /[m]{1}/, BLvl : /[abcdms]{1}/ } + VIS : { Type : /[gkro]{1}/, BLvl : /[abcdmsi]{1}/ }, + MIX : { Type : /[p]{1}/, BLvl : /[cdi]{1}/ }, + MAP : { Type : /[ef]{1}/, BLvl : /[abcdmsi]{1}/ }, + SCO : { Type : /[cd]{1}/, BLvl : /[abcdmsi]{1}/ }, + REC : { Type : /[ij]{1}/, BLvl : /[abcdmsi]{1}/ }, + COM : { Type : /[m]{1}/, BLvl : /[abcdmsi]{1}/ } }; var ff_pos = { -- 2.11.0