View | Details | Raw Unified | Return to bug 15498
Collapse All | Expand All

(-)a/members/moremember.pl (-2 / +1 lines)
Lines 331-337 if ( C4::Context->preference("ExportCircHistory") ) { Link Here
331
    $template->param(csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc' }) ]);
331
    $template->param(csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc' }) ]);
332
}
332
}
333
333
334
# in template <TMPL_IF name="I"> => instutitional (A for Adult, C for children) 
334
# in template <TMPL_IF name="I"> => instutitional (A for Adult, C for children)
335
$template->param( $data->{'categorycode'} => 1 );
335
$template->param( $data->{'categorycode'} => 1 );
336
$template->param(
336
$template->param(
337
    patron          => $patron,
337
    patron          => $patron,
338
- 

Return to bug 15498