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

(-)a/circ/circulation.pl (-1 / +1 lines)
Lines 522-527 if (@$barcodes && $op eq 'cud-checkout') { Link Here
522
            }
522
            }
523
        }
523
        }
524
    }
524
    }
525
525
    if ($needsconfirmation->{RESERVE_WAITING} or $needsconfirmation->{RESERVED} or $needsconfirmation->{TRANSFERRED} or $needsconfirmation->{PROCESSING}){
526
    if ($needsconfirmation->{RESERVE_WAITING} or $needsconfirmation->{RESERVED} or $needsconfirmation->{TRANSFERRED} or $needsconfirmation->{PROCESSING}){
526
        $template->param(
527
        $template->param(
527
            reserveborrowernumber => $needsconfirmation->{'resborrowernumber'},
528
            reserveborrowernumber => $needsconfirmation->{'resborrowernumber'},
528
- 

Return to bug 27753