From: miker Date: Mon, 31 Jul 2006 22:51:48 +0000 (+0000) Subject: bug fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b2038b2d2911e1ec0a1ae1275a62401e3f4a3e4;p=Evergreen.git bug fix git-svn-id: svn://svn.open-ils.org/ILS/trunk@5207 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm index 8c4cb0e150..4722388857 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm @@ -305,7 +305,7 @@ sub patron_search { if ($inactive) { $inactive = ''; } else { - $inactive = 'AND users.active = FALSE'; + $inactive = 'AND users.active = TRUE'; } $select = <<" SQL";