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

(-)a/circ/circulation.pl (-2 / +1 lines)
Lines 446-452 if ($patron) { Link Here
446
    $template->param(
446
    $template->param(
447
        holds_count  => $holds->count(),
447
        holds_count  => $holds->count(),
448
        WaitingHolds => $waiting_holds,
448
        WaitingHolds => $waiting_holds,
449
        recalls => $patron->recalls->filter_by_current->search({},->search({},{ order_by => { -asc => 'recalldate' } })),
449
        recalls => $patron->recalls->filter_by_current->search({},{ order_by => { -asc => 'recalldate' } }),
450
        specific_patron => 1,
450
        specific_patron => 1,
451
    );
451
    );
452
}
452
}
453
- 

Return to bug 19532