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

(-)a/course_reserves/add_items.pl (-2 / +1 lines)
Lines 56-62 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
56
    }
56
    }
57
);
57
);
58
58
59
unless ( $item && $action eq 'lookup' ){
59
if ( !$item && $action eq 'lookup' ){
60
    $template->param( ERROR_ITEM_NOT_FOUND => 1 );
60
    $template->param( ERROR_ITEM_NOT_FOUND => 1 );
61
    $template->param( UNKNOWN_BARCODE => $barcode ) if $barcode;
61
    $template->param( UNKNOWN_BARCODE => $barcode ) if $barcode;
62
}
62
}
63
- 

Return to bug 18367