my $debit_types = Koha::Account::DebitTypes->search_with_library_limits(
{ can_be_invoiced => 1, archived => 0 },
{}, $library_id
{ order_by => { -asc => 'description' } },
);
$template->param(
-