Lines 39-44
use C4::Context;
Link Here
|
39 |
use CGI::Session; |
39 |
use CGI::Session; |
40 |
use C4::Members::Attributes qw(GetBorrowerAttributes); |
40 |
use C4::Members::Attributes qw(GetBorrowerAttributes); |
41 |
use Koha::DateUtils; |
41 |
use Koha::DateUtils; |
|
|
42 |
use Koha::Borrower::Modifications; |
42 |
|
43 |
|
43 |
use Date::Calc qw( |
44 |
use Date::Calc qw( |
44 |
Today |
45 |
Today |
Lines 740-745
$template->param(
Link Here
|
740 |
export_remove_fields => C4::Context->preference("ExportRemoveFields"), |
741 |
export_remove_fields => C4::Context->preference("ExportRemoveFields"), |
741 |
export_with_csv_profile => C4::Context->preference("ExportWithCsvProfile"), |
742 |
export_with_csv_profile => C4::Context->preference("ExportWithCsvProfile"), |
742 |
canned_bor_notes_loop => $canned_notes, |
743 |
canned_bor_notes_loop => $canned_notes, |
|
|
744 |
borrower_modifications => Koha::Borrower::Modifications->GetModifications({ borrowernumber => $borrowernumber }), |
743 |
); |
745 |
); |
744 |
|
746 |
|
745 |
output_html_with_http_headers $query, $cookie, $template->output; |
747 |
output_html_with_http_headers $query, $cookie, $template->output; |