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

(-)a/reserve/placerequest.pl (-2 / +1 lines)
Lines 80-86 if ( $type eq 'str8' && $borrower ) { Link Here
80
80
81
    my $hold_group;
81
    my $hold_group;
82
    if ((@biblionumbers > 1) && $requestany) {
82
    if ((@biblionumbers > 1) && $requestany) {
83
        $hold_group = Koha::HoldGroups->new->store;
83
        $hold_group = Koha::HoldGroup->new->store;
84
    }
84
    }
85
85
86
    foreach my $biblionumber ( keys %bibinfos ) {
86
    foreach my $biblionumber ( keys %bibinfos ) {
87
- 

Return to bug 15516