From: miker Date: Wed, 16 Jun 2010 19:11:16 +0000 (+0000) Subject: use the authority, instead of bib, general tag browse method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d5018424138b8c3fd2c216df5d8993e365a48b31;p=evergreen%2Fbjwebb.git use the authority, instead of bib, general tag browse method git-svn-id: svn://svn.open-ils.org/ILS/trunk@16732 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm index 8124b3be7..47545a7a2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm @@ -710,7 +710,7 @@ Returns a list of the requested org-scoped record ids held sub general_authority_browse { my $self = shift; my $client = shift; - return tag_sf_browse($self, $client, $self->{tag}, $self->{subfield}, @_); + return authority_tag_sf_browse($self, $client, $self->{tag}, $self->{subfield}, @_); } __PACKAGE__->register_method( method => 'general_authority_browse',