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

(-)a/opac/opac-reserve.pl (-3 / +1 lines)
Lines 240-246 if ( $query->param('place_reserve') ) { Link Here
240
        }
240
        }
241
241
242
        my $biblioData = $biblioDataHash{$biblioNum};
242
        my $biblioData = $biblioDataHash{$biblioNum};
243
        my $found;
244
243
245
        # Check for user supplied reserve date
244
        # Check for user supplied reserve date
246
        my $startdate;
245
        my $startdate;
Lines 295-301 if ( $query->param('place_reserve') ) { Link Here
295
                    notes            => $notes,
294
                    notes            => $notes,
296
                    title            => $biblioData->{title},
295
                    title            => $biblioData->{title},
297
                    itemnumber       => $itemNum,
296
                    itemnumber       => $itemNum,
298
                    found            => $found,
297
                    found            => undef,
299
                    itemtype         => $itemtype,
298
                    itemtype         => $itemtype,
300
                }
299
                }
301
            );
300
            );
302
- 

Return to bug 30847