[OPEN-ILS-DEV] Staff Client

Grant Johnson fgjohnson at upei.ca
Tue Nov 11 10:43:24 EST 2008


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" <jason at esilibrary.com> 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



More information about the Open-ils-dev mailing list