From d8fb7850a836032ad58b8140c0e4a0551b607443 Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 7 Jul 2010 14:25:05 +0000
Subject: [PATCH] define these variables as parameters

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16866 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/perlmods/OpenILS/Application/Search/CNBrowse.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.11.0