From 4b2038b2d2911e1ec0a1ae1275a62401e3f4a3e4 Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 31 Jul 2006 22:51:48 +0000 Subject: [PATCH] bug fix git-svn-id: svn://svn.open-ils.org/ILS/trunk@5207 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.43.2