Exactly what I was looking for.
Thanks Jason.

Well explained too.

F. Grant Johnson
  Systems Coordinator
  Robertson Library
  University of Prince Edward Island
>>> "Jason Etheridge" <[EMAIL PROTECTED]> 11/11/08 12:24 AM >>>
> Thanks Mike,
> OK...
> Where do I find the properties to change them.

Hey Grant,

In the constants.js for the staff client, we see that
BLOB_MARC_CALLNUMBERS_RETRIEVE is an alias for the opensrf method:
open-ils.cat.biblio.record.marc_cn.retrieve

Grepping the source tree for that, we find that method defined in Cat.pm.

There's a line in there like this that you can tweak:
    for my $tag ( qw/050 055 060 070 080 082 086 088 090 092 096 098 099/ ) {


-- Jason

Reply via email to