[open-ils-commits] r16732 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 16 15:11:20 EDT 2010


Author: miker
Date: 2010-06-16 15:11:16 -0400 (Wed, 16 Jun 2010)
New Revision: 16732

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
use the authority, instead of bib, general tag browse method

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-06-16 19:01:36 UTC (rev 16731)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm	2010-06-16 19:11:16 UTC (rev 16732)
@@ -710,7 +710,7 @@
 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',



More information about the open-ils-commits mailing list