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

(-)a/opac/sco/sco-main.pl (-2 / +1 lines)
Lines 132-138 elsif ( $op eq "checkout" ) { Link Here
132
    my $impossible  = {};
132
    my $impossible  = {};
133
    my $needconfirm = {};
133
    my $needconfirm = {};
134
    if ( !$confirmed ) {
134
    if ( !$confirmed ) {
135
        ( $impossible, $needconfirm ) = CanBookBeIssuedCheckout(
135
        ( $impossible, $needconfirm ) = CanBookBeIssued(
136
            $borrower,
136
            $borrower,
137
            $barcode,
137
            $barcode,
138
            undef,
138
            undef,
139
- 

Return to bug 7631