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

(-)a/opac/sco/sco-main.pl (-2 / +1 lines)
Lines 174-180 elsif ( $op eq "checkout" ) { Link Here
174
    } elsif ( $needconfirm->{RENEW_ISSUE} ) {
174
    } elsif ( $needconfirm->{RENEW_ISSUE} ) {
175
        if ($confirmed) {
175
        if ($confirmed) {
176
            #warn "renewing";
176
            #warn "renewing";
177
            AddRenewal( $borrower, $item->{itemnumber} );
177
            AddRenewal( $borrower->{borrowernumber}, $item->{itemnumber} );
178
        } else {
178
        } else {
179
            #warn "renew confirmation";
179
            #warn "renew confirmation";
180
            $template->param(
180
            $template->param(
181
- 

Return to bug 18349