Lines 250-256
if ( $total_paid and $total_paid ne '0.00' ) {
Link Here
|
250 |
|
250 |
|
251 |
$url = "/cgi-bin/koha/members/boraccount.pl"; |
251 |
$url = "/cgi-bin/koha/members/boraccount.pl"; |
252 |
} |
252 |
} |
253 |
|
253 |
|
|
|
254 |
$patron->update_lastseen('modify_charges'); |
255 |
|
254 |
# It's possible renewals took place, parse any renew results |
256 |
# It's possible renewals took place, parse any renew results |
255 |
# and pass on |
257 |
# and pass on |
256 |
my @renew_result = (); |
258 |
my @renew_result = (); |
Lines 287-290
$template->param(
Link Here
|
287 |
[ Koha::AdditionalFields->search( { tablename => 'accountlines:credit' } )->as_list ], |
289 |
[ Koha::AdditionalFields->search( { tablename => 'accountlines:credit' } )->as_list ], |
288 |
); |
290 |
); |
289 |
|
291 |
|
|
|
292 |
|
293 |
|
290 |
output_html_with_http_headers $input, $cookie, $template->output; |
294 |
output_html_with_http_headers $input, $cookie, $template->output; |
291 |
- |
|
|