From 9204e4a163d4a8b9919f5402d21834bc5511d9eb Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 27 Jun 2008 14:27:31 +0000 Subject: [PATCH 1/1] hit "d" /twice/ ... (thinko, need to remove old WHERE clause) git-svn-id: svn://svn.open-ils.org/ILS/trunk@9947 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm | 1 - 1 file changed, 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 8cd9f24133..0871160463 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/actor.pm @@ -55,7 +55,6 @@ sub usr_breakdown_out { my $out_sql = <<" SQL"; SELECT id FROM action.circulation - WHERE usr = ? AND checkin_time IS NULL AND due_date >= 'today' AND (stop_fines IS NULL OR stop_fines NOT IN ('LOST','CLAIMSRETURNED','LONGOVERDUE')) WHERE usr = ? AND checkin_time IS NULL AND ( (fine_interval >= '1 day' AND due_date >= 'today') -- 2.43.2