Lines 40-45
use Koha::Patron::Messages;
Link Here
|
40 |
use Koha::DateUtils; |
40 |
use Koha::DateUtils; |
41 |
use Koha::CsvProfiles; |
41 |
use Koha::CsvProfiles; |
42 |
use Koha::Patrons; |
42 |
use Koha::Patrons; |
|
|
43 |
use Koha::Patron::Files; |
43 |
use Koha::Token; |
44 |
use Koha::Token; |
44 |
use Koha::Checkouts; |
45 |
use Koha::Checkouts; |
45 |
|
46 |
|
Lines 209-214
$template->param(
Link Here
|
209 |
relatives_issues_count => $relatives_issues_count, |
210 |
relatives_issues_count => $relatives_issues_count, |
210 |
relatives_borrowernumbers => \@relatives, |
211 |
relatives_borrowernumbers => \@relatives, |
211 |
logged_in_user => $logged_in_user, |
212 |
logged_in_user => $logged_in_user, |
|
|
213 |
files => Koha::Patron::Files->new( borrowernumber => $borrowernumber ) ->GetFilesInfo(), |
212 |
); |
214 |
); |
213 |
|
215 |
|
214 |
output_html_with_http_headers $input, $cookie, $template->output; |
216 |
output_html_with_http_headers $input, $cookie, $template->output; |
215 |
- |
|
|