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

(-)a/suggestion/suggestion.pl (-2 / +1 lines)
Lines 413-419 foreach my $field ( qw(managedby acceptedby suggestedby budgetid) ) { Link Here
413
413
414
$template->param(
414
$template->param(
415
    %hashlists,
415
    %hashlists,
416
    borrowernumber           => $input->param('borrowernumber'),
416
    borrowernumber           => ($input->param('borrowernumber') // undef),
417
    SuggestionStatuses       => GetAuthorisedValues('SUGGEST_STATUS'),
417
    SuggestionStatuses       => GetAuthorisedValues('SUGGEST_STATUS'),
418
);
418
);
419
output_html_with_http_headers $input, $cookie, $template->output;
419
output_html_with_http_headers $input, $cookie, $template->output;
420
- 

Return to bug 10519