--- /usr/share/koha/intranet/cgi-bin/circ/returns.pl.dist 2008-03-20 18:22:44.000000000 -0400 +++ /usr/share/koha/intranet/cgi-bin/circ/returns.pl 2008-03-20 18:25:20.000000000 -0400 @@ -217,6 +217,19 @@ if ( $biblio->{'homebranch'} ne C4::Context->userenv->{'branch'} ) { $template->param( homebranch => $biblio->{'homebranch'} ); } + my ( $od, $issue, $fines ) = GetMemberIssuesAndFines( $borrower->{'borrowernumber'} ); + if ($fines) { + $template->param( fines => sprintf("%.2f",$fines) ); + $template->param( fineborrowernumber => $borrower->{'borrowernumber'} ); + } } elsif ( !$messages->{'BadBarcode'} ) { my %input; --- /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/circ/returns.tmpl.dist 2008-03-20 20:31:13.000000000 -0400 +++ /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/circ/returns.tmpl 2008-03-20 20:31:57.000000000 -0400 @@ -15,6 +15,15 @@
+ + +
+

Note: Patron has fines in the amount of

+

For payment, visit the ">fines page.

+
+

Cannot Check In

This item must be checked in at its home library. NOT CHECKED IN