From d4ad282e91f034d992e0f726ed256a0ddbf6b20f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Sun, 20 Oct 2013 20:27:31 -0400 Subject: [PATCH] Bug 10445: (follow-up) fix error Signed-off-by: Brendan Gallagher Followup to failed QA tests have helped pass. Signed-off-by: Galen Charlton --- C4/SIP/ILS/Patron.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/SIP/ILS/Patron.pm b/C4/SIP/ILS/Patron.pm index 52832a5288..5b835cad62 100644 --- a/C4/SIP/ILS/Patron.pm +++ b/C4/SIP/ILS/Patron.pm @@ -347,6 +347,7 @@ sub excessive_fines { } sub holds_blocked_by_excessive_fees { + my $self = shift; return ( $self->fee_amount && $self->fee_amount > C4::Context->preference("maxoutstanding") ); } -- 2.39.2