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

(-)a/reserve/modrequest.pl (-2 / +1 lines)
Lines 98-104 if( $op eq 'cud-cancelall' || $op eq 'cud-modifyall' ) { Link Here
98
        {
98
        {
99
            biblio_ids => \@biblio_ids
99
            biblio_ids => \@biblio_ids
100
        }
100
        }
101
    );
101
    ) if C4::Context->preference('RealTimeHoldsQueue');
102
}
102
}
103
103
104
my $from=$query->param('from');
104
my $from=$query->param('from');
105
- 

Return to bug 35979