Date management update Suggestions
[koha_gimpoz] / opac / opac-suggestions.pl
index 0a8b2f8..7c07c9f 100755 (executable)
@@ -75,7 +75,7 @@ if ( $op eq "add_confirm" ) {
                #some suggestion are answering the request Donot Add    
        } 
        else {
-               $$suggestion{'suggestioncreatedon'}=C4::Dates->today;
+               $$suggestion{'suggestioncreateddate'}=C4::Dates->today;
                $$suggestion{'branchcode'}=C4::Context->userenv->{"branch"};
                &NewSuggestion($suggestion);
                # empty fields, to avoid filter in "SearchSuggestion"