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

(-)a/opac/opac-reserve.pl (-3 / +1 lines)
Lines 243-249 if ( $query->param('place_reserve') ) { Link Here
243
        }
243
        }
244
244
245
        my $biblioData = $biblioDataHash{$biblioNum};
245
        my $biblioData = $biblioDataHash{$biblioNum};
246
        my $found;
247
246
248
        # Check for user supplied reserve date
247
        # Check for user supplied reserve date
249
        my $startdate;
248
        my $startdate;
Lines 299-305 if ( $query->param('place_reserve') ) { Link Here
299
                    notes            => $notes,
298
                    notes            => $notes,
300
                    title            => $biblioData->{title},
299
                    title            => $biblioData->{title},
301
                    itemnumber       => $itemNum,
300
                    itemnumber       => $itemNum,
302
                    found            => $found,
301
                    found            => undef,
303
                    itemtype         => $itemtype,
302
                    itemtype         => $itemtype,
304
                }
303
                }
305
            );
304
            );
306
- 

Return to bug 30847