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

(-)a/opac/sco/sco-main.pl (-1 / +1 lines)
Lines 234-239 if ($borrower->{cardnumber}) { Link Here
234
            C4::Context->preference("AllowItemsOnHoldCheckout")
234
            C4::Context->preference("AllowItemsOnHoldCheckout")
235
        );
235
        );
236
        $it->{'norenew'} = 1 if $renewokay->{'NO_MORE_RENEWALS'};
236
        $it->{'norenew'} = 1 if $renewokay->{'NO_MORE_RENEWALS'};
237
        $it->{date_due}  = $it->{date_due_sql};
237
        push @issues, $it;
238
        push @issues, $it;
238
    }
239
    }
239
240
240
- 

Return to bug 17299