[OPEN-ILS-DEV] Staff Client
Jason Etheridge
jason at esilibrary.com
Mon Nov 10 23:24:26 EST 2008
> 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