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

(-)a/circ/circulation.pl (-2 lines)
Lines 624-630 if ($restoreduedatespec || $stickyduedate) { Link Here
624
$template->param(
624
$template->param(
625
    librarian_messages => $librarian_messages,
625
    librarian_messages => $librarian_messages,
626
    patron_messages   => $patron_messages,
626
    patron_messages   => $patron_messages,
627
    findborrower      => $findborrower,
628
    borrower          => $borrower,
627
    borrower          => $borrower,
629
    borrowernumber    => $borrowernumber,
628
    borrowernumber    => $borrowernumber,
630
    categoryname      => $borrower->{'description'},
629
    categoryname      => $borrower->{'description'},
631
- 

Return to bug 17020