From cf361d0a75dab1c248984bc150d1658f091038fe Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Tue, 7 Mar 2023 17:11:47 -0800 Subject: [PATCH] LP#2009641: only count open transactions as SIP "fine items" Signed-off-by: Jeff Davis --- Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm index e7ba27ac48..0561f6a7f3 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Patron.pm @@ -896,7 +896,7 @@ sub fine_items { } my $xacts = $U->simplereq('open-ils.actor', - 'open-ils.actor.user.transactions.history.have_balance', + 'open-ils.actor.user.transactions.have_balance', $self->{authtoken}, $self->{user}->id); my $line; -- 2.11.0