From: miker Date: Thu, 29 Mar 2007 21:48:14 +0000 (+0000) Subject: reverting the previous patch with regard to CLAIMSRETURNED -- those should stay open... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=749f6cfc6d644a5bb6385f7c2acd38b178612c2d;p=Evergreen.git 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 --- 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);