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

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

Return to bug 30847