On Wed, Oct 8, 2008 at 2:27 PM, Grant Johnson <[EMAIL PROTECTED]> wrote:
> Hi Jason :-)
>
> If I wanted to stop dropdown in the Volume/Copy Creator from offering the 
> Dewey choice and display the LC only (and by default) where would I do this?

Actually, I can get this one.  In
Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js on line 39
you'll see:

     cn_blob = 
g.network.simple_request('BLOB_MARC_CALLNUMBERS_RETRIEVE',[g.doc_id]);

cn_blob is a hash (Object, in JS), where the keys (properties) are the
MARC tags from whence the call number came.  You could remove or
ignore tags you don't care about where cn_blob is used.

-- 
Mike Rylander
 | VP, Research and Design
 | Equinox Software, Inc. / The Evergreen Experts
 | phone:  1-877-OPEN-ILS (673-6457)
 | email:  [EMAIL PROTECTED]
 | web:  http://www.esilibrary.com

Reply via email to