Bug 8954: Make languages list in advanced search translatable (revision 1)
[koha.git] / opac / opac-user.pl
index 4dbc432..eee3d38 100755 (executable)
@@ -110,6 +110,7 @@ if ( $borr->{amountoutstanding} > $no_renewal_amt ) {
     $canrenew = 0;
     $template->param(
         renewal_blocked_fines => sprintf( '%.02f', $no_renewal_amt ),
+        renewal_blocked_fines_amountoutstanding => sprintf( '%.02f', $borr->{amountoutstanding} ),
     );
 }