From: miker Date: Wed, 18 Oct 2006 16:42:29 +0000 (+0000) Subject: fetch the full my-orgs list from the passed ou X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7dc1eb991197587b7856aa337f0154512f7a8fb9;p=evergreen%2Fpines.git fetch the full my-orgs list from the passed ou git-svn-id: svn://svn.open-ils.org/ILS/trunk@6487 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm b/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm index b8c580029e..a39c6992eb 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm @@ -402,7 +402,7 @@ sub magic_fetch_all { if ($orgs && !$$args{no_fetch}) { ($orgs) = $self ->method_lookup( 'open-ils.reporter.org_unit.full_path' ) - ->run( $orgs ); + ->run( @$orgs ); $orgs = [ map {$_->id} @$orgs ]; }