http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10752 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch --- Comment #2 from Marc Véron <veron@veron.ch> --- Still valid on 3.19.00.012 Seems to be by design See: suggestion/suggestion.pl around line 132 ###FIXME:Search here if suggestion already exists. my $suggestions_loop = SearchSuggestion( $suggestion_only ); if (@$suggestions_loop>=1){ #some suggestion are answering the request Donot Add } else { ## Adding some informations related to suggestion &NewSuggestion($suggestion_only); } -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.