Revert "Hard-coding the search org unit to "1" (PINES) for to"
authorChris Sharp <csharp@georgialibraries.org>
Wed, 4 Sep 2013 12:47:52 +0000 (08:47 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 4 Sep 2013 12:47:52 +0000 (08:47 -0400)
This reverts commit 37c6689d55261b070aa7af77e4cda8c9b752457d.

Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm

index dd1039a..5f6073f 100644 (file)
@@ -1321,7 +1321,7 @@ sub patron_adv_search {
        # depth boundary outside of which patrons must opt-in, default to 0
        my $opt_boundary = 0;
        $opt_boundary = $U->ou_ancestor_setting_value($e->requestor->ws_ou,'org.patron_opt_boundary') if user_opt_in_enabled($self);
-       $search_ou = 1; # hard coding this here - see lp1185524 for details
+
        return $U->storagereq(
                "open-ils.storage.actor.user.crazy_search", $search_hash, 
             $search_limit, $search_sort, $include_inactive, $e->requestor->ws_ou, $search_ou, $opt_boundary);