(bug #2040) This prevent users to post empty suggestions, and post the same suggestio...
[koha.git] / opac / opac-suggestions.pl
index b739817..bef3e9f 100755 (executable)
@@ -84,6 +84,8 @@ if ( $op eq "add_confirm" ) {
     $place           = '';
     $isbn            = '';
     $op              = 'else';
+    
+    print $input->redirect('/cgi-bin/koha/opac-suggestions.pl');
 }
 
 if ( $op eq "delete_confirm" ) {