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

(-)a/circ/renew.pl (-7 / +6 lines)
Lines 136-148 if ($barcode) { Link Here
136
    }
136
    }
137
137
138
    $template->param(
138
    $template->param(
139
        item     => $item,
139
        item                => $item,
140
        issue    => $checkout,
140
        issue               => $checkout,
141
        borrower => $patron,
141
        borrower            => $patron,
142
        error    => $error,
142
        error               => $error,
143
        soonestrenewdate => $soonest_renew_date,
143
        soonestrenewdate    => $soonest_renew_date,
144
        latestautorenewdate => $latest_auto_renew_date,
144
        latestautorenewdate => $latest_auto_renew_date,
145
        balance => $balance,
145
        balance             => $balance,
146
    );
146
    );
147
}
147
}
148
148
149
- 

Return to bug 23415