From d5018424138b8c3fd2c216df5d8993e365a48b31 Mon Sep 17 00:00:00 2001
From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 16 Jun 2010 19:11:16 +0000
Subject: [PATCH] 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
---
 Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
index 8124b3be7b..47545a7a22 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',
-- 
2.11.0