From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 7 Jul 2010 14:25:05 +0000 (+0000)
Subject: define these variables as parameters
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d8fb7850a836032ad58b8140c0e4a0551b607443;p=evergreen%2Fpines.git

define these variables as parameters

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16866 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm
index 537334f023..eade47a727 100644
--- a/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm
+++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm
@@ -77,7 +77,7 @@ __PACKAGE__->register_method(
 );
 
 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;