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

(-)a/suggestion/suggestion.pl (-2 / +1 lines)
Lines 101-107 my $reasonsloop = GetAuthorisedValues("SUGGEST"); Link Here
101
101
102
my $suggestion_ref = { $input->Vars };
102
my $suggestion_ref = { $input->Vars };
103
my $stored_suggestion;
103
my $stored_suggestion;
104
unless ( $op eq "cud-update_status" ) {
104
if ( $op eq "edit_form" ) {
105
    $stored_suggestion = Koha::Suggestions->find( $input->param('suggestionid') ) if $input->param('suggestionid');
105
    $stored_suggestion = Koha::Suggestions->find( $input->param('suggestionid') ) if $input->param('suggestionid');
106
}
106
}
107
107
108
- 

Return to bug 41857