From: erickson Date: Mon, 23 Oct 2006 01:14:34 +0000 (+0000) Subject: rolling back full_path retrieval for now, verified client code is sending array of... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c877c9abbbcc9d39ff9b1520b2dd89b554a9b25c;p=Evergreen.git rolling back full_path retrieval for now, verified client code is sending array of full_path orgs git-svn-id: svn://svn.open-ils.org/ILS/trunk@6492 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 a39c6992eb..c42f48b6d1 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Reporter.pm @@ -398,13 +398,13 @@ sub magic_fetch_all { my $hint = $$args{hint}; my $org_col = $$args{org_column}; my $orgs = $$args{org}; - - if ($orgs && !$$args{no_fetch}) { - ($orgs) = $self - ->method_lookup( 'open-ils.reporter.org_unit.full_path' ) - ->run( @$orgs ); - $orgs = [ map {$_->id} @$orgs ]; - } + +# if ($orgs && !$$args{no_fetch}) { +# ($orgs) = $self +# ->method_lookup( 'open-ils.reporter.org_unit.full_path' ) +# ->run( @$orgs ); +# $orgs = [ map {$_->id} @$orgs ]; +# } # Find the class the iplements the given hint my ($class) = grep {