X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-user.pl;h=eee3d383b084b9f6370df683fd672447b55bfea9;hb=10e4f3b9a5baac83342b6a81a2081d89454bebc8;hp=4dbc4328bcf24c6aa3e030c6baa3ec33299bdb38;hpb=9b8b74fd8f2b8b3af102cfb60437e3b8b4040110;p=koha_fer diff --git a/opac/opac-user.pl b/opac/opac-user.pl index 4dbc4328bc..eee3d383b0 100755 --- a/opac/opac-user.pl +++ b/opac/opac-user.pl @@ -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} ), ); }