[open-ils-commits] r16866 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Search (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 7 10:25:07 EDT 2010


Author: phasefx
Date: 2010-07-07 10:25:05 -0400 (Wed, 07 Jul 2010)
New Revision: 16866

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm
Log:
define these variables as parameters

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm	2010-07-07 13:46:37 UTC (rev 16865)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm	2010-07-07 14:25:05 UTC (rev 16866)
@@ -77,7 +77,7 @@
 );
 
 sub cn_browse {
-	my( $self, $conn, $cn, $orgid, $size, $offset ) = @_;
+	my( $self, $conn, $cn, $orgid, $size, $offset, $copy_statuses, $copy_locations ) = @_;
 	my $ses = OpenSRF::AppSession->create('open-ils.supercat');
 
 	my $tree = $U->get_slim_org_tree;



More information about the open-ils-commits mailing list