From 749f6cfc6d644a5bb6385f7c2acd38b178612c2d Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 29 Mar 2007 21:48:14 +0000 Subject: [PATCH] reverting the previous patch with regard to CLAIMSRETURNED -- those should stay open until LOST or checked in git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0_4@7126 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/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 ef9f28b102..406c06ba3a 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm @@ -78,7 +78,7 @@ sub usr_breakdown_out { my $cl_sql = <<" SQL"; SELECT id FROM action.circulation - WHERE usr = ? AND checkin_time IS NULL AND xact_finish IS NULL AND stop_fines = 'CLAIMSRETURNED' + WHERE usr = ? AND checkin_time IS NULL AND stop_fines = 'CLAIMSRETURNED' SQL my $cl = actor::user->db_Main->selectcol_arrayref($cl_sql, {}, $usr); -- 2.11.0