Bug 22521: Update fines handling to use accountline.status
[koha-equinox.git] / opac / opac-user.pl
index bd638af..cae3981 100755 (executable)
@@ -185,7 +185,7 @@ if ( $pending_checkouts->count ) { # Useless test
             {
                 borrowernumber    => $patron->borrowernumber,
                 amountoutstanding => { '>' => 0 },
-                accounttype       => [ 'F', 'FU', 'L' ],
+                accounttype       => [ 'F', 'L' ],
                 itemnumber        => $issue->{itemnumber}
             },
         );