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

(-)a/members/maninvoice.pl (-2 / +1 lines)
Lines 203-209 if ( $op eq 'cud-add' ) { Link Here
203
203
204
my $debit_types = Koha::Account::DebitTypes->search_with_library_limits(
204
my $debit_types = Koha::Account::DebitTypes->search_with_library_limits(
205
    { can_be_invoiced => 1, archived => 0 },
205
    { can_be_invoiced => 1, archived => 0 },
206
    {}, $library_id
206
    { order_by => { -asc => 'description' } }, $library_id
207
);
207
);
208
208
209
$template->param(
209
$template->param(
210
- 

Return to bug 41212