> 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
