Lines 277-283
if ($borrower) {
Link Here
|
277 |
m/priority/ and $show_priority = 1; |
277 |
m/priority/ and $show_priority = 1; |
278 |
} |
278 |
} |
279 |
|
279 |
|
280 |
my $patron = Koha::Patrons->find( $borrower->{borrowernumber} ); |
|
|
281 |
my $total = $patron->account->balance; |
280 |
my $total = $patron->account->balance; |
282 |
my $accts = Koha::Account::Lines->search( |
281 |
my $accts = Koha::Account::Lines->search( |
283 |
{ borrowernumber => $borrower->{borrowernumber} }, |
282 |
{ borrowernumber => $borrower->{borrowernumber} }, |
284 |
- |
|
|