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

(-)a/suggestion/suggestion.pl (-2 lines)
Lines 395-401 foreach my $field ( qw(managedby acceptedby suggestedby budgetid) ) { Link Here
395
395
396
$template->param(
396
$template->param(
397
    %hashlists,
397
    %hashlists,
398
    DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
399
    borrowernumber           => $input->param('borrowernumber'),
398
    borrowernumber           => $input->param('borrowernumber'),
400
    SuggestionStatuses       => GetAuthorisedValues('SUGGEST_STATUS'),
399
    SuggestionStatuses       => GetAuthorisedValues('SUGGEST_STATUS'),
401
);
400
);
402
- 

Return to bug 9261