[open-ils-commits] r11188 - trunk/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Nov 14 13:50:14 EST 2008
Author: miker
Date: 2008-11-14 13:50:08 -0500 (Fri, 14 Nov 2008)
New Revision: 11188
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
Log:
use "tnf" tag for title browsing
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-11-14 18:46:01 UTC (rev 11187)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/SuperCat.pm 2008-11-14 18:50:08 UTC (rev 11188)
@@ -402,7 +402,7 @@
__PACKAGE__->register_method(
method => 'general_browse',
api_name => 'open-ils.supercat.title.browse',
- tag => '245', subfield => 'a',
+ tag => 'tnf', subfield => 'a',
api_level => 1,
argc => 1,
signature =>
More information about the open-ils-commits
mailing list