From c3583b4788574ad6b940f447b69c303c1c7810f0 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 27 Dec 2011 18:36:32 -0500 Subject: [PATCH] TPAC: Resolve conflict with master The changes for LP909111 ended up causing a conflict with this branch. Resolve! Signed-off-by: Dan Scott Signed-off-by: Jason Stephenson --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm index 7fa671d96e..6e74628a9a 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -124,8 +124,6 @@ sub _prepare_biblio_search { $depth = $org->ou_type->depth; } $query .= " depth($depth)"; - } else { - $depth = $ctx->{get_aou}->($org)->ou_type->depth; } $logger->info("tpac: site=$site, depth=$depth, query=$query"); -- 2.43.2