From: miker Date: Fri, 12 Jan 2007 15:09:45 +0000 (+0000) Subject: all non-BKS types get the "i" BLvl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fd33476d2930db9fdcdd37336fad25d486a4ae88;p=Evergreen.git all non-BKS types get the "i" BLvl git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6761 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 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 = {