Bug 10445: (follow-up) fix error
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 21 Oct 2013 00:27:31 +0000 (20:27 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 18:05:56 +0000 (18:05 +0000)
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Followup to failed QA tests have helped pass.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/SIP/ILS/Patron.pm

index 52832a5..5b835ca 100644 (file)
@@ -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") );
 }