Line
Link Here
|
0 |
-- /usr/share/koha/intranet/cgi-bin/circ/returns.pl.dist 2008-03-20 18:22:44.000000000 -0400 |
0 |
++ /usr/share/koha/intranet/cgi-bin/circ/returns.pl 2008-03-20 18:25:20.000000000 -0400 |
Lines 217-222
Link Here
|
217 |
if ( $biblio->{'homebranch'} ne C4::Context->userenv->{'branch'} ) { |
217 |
if ( $biblio->{'homebranch'} ne C4::Context->userenv->{'branch'} ) { |
218 |
$template->param( homebranch => $biblio->{'homebranch'} ); |
218 |
$template->param( homebranch => $biblio->{'homebranch'} ); |
219 |
} |
219 |
} |
|
|
220 |
my ( $od, $issue, $fines ) = GetMemberIssuesAndFines( $borrower->{'borrowernumber'} ); |
221 |
if ($fines) { |
222 |
$template->param( fines => sprintf("%.2f",$fines) ); |
223 |
$template->param( fineborrowernumber => $borrower->{'borrowernumber'} ); |
224 |
} |
220 |
} |
225 |
} |
221 |
elsif ( !$messages->{'BadBarcode'} ) { |
226 |
elsif ( !$messages->{'BadBarcode'} ) { |
222 |
my %input; |
227 |
my %input; |
223 |
-- /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/circ/returns.tmpl.dist 2008-03-20 20:31:13.000000000 -0400 |
228 |
++ /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/modules/circ/returns.tmpl 2008-03-20 20:31:57.000000000 -0400 |
Lines 15-20
Link Here
|
15 |
<div id="yui-main"> |
15 |
<div id="yui-main"> |
16 |
|
16 |
|
17 |
<div class="yui-g"> |
17 |
<div class="yui-g"> |
|
|
18 |
<!-- Patron has fines --> |
19 |
<!-- TMPL_IF NAME="fines" --> |
20 |
<div class="dialog alert"> |
21 |
<h3>Note: Patron has fines in the amount of <span style="color: #C00;"><b><!-- TMPL_VAR NAME="fines" --></b></span></h3> |
22 |
<p>For payment, visit the <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=<!-- TMPL_VAR NAME="fineborrowernumber" -->">fines</a> page.</p> |
23 |
</div> |
24 |
<!-- /TMPL_IF --> |
18 |
<!-- TMPL_IF NAME="wrongbranch" --> |
25 |
<!-- TMPL_IF NAME="wrongbranch" --> |
19 |
<div class="dialog alert"><h3>Cannot Check In</h3><p>This item must be checked in at its home library. <strong>NOT CHECKED IN</strong></p> |
26 |
<div class="dialog alert"><h3>Cannot Check In</h3><p>This item must be checked in at its home library. <strong>NOT CHECKED IN</strong></p> |
20 |
</div> |
27 |
</div> |