diff --git a/include/user_action_ods.php b/include/user_action_ods.php index 39b843435..57621a39c 100644 --- a/include/user_action_ods.php +++ b/include/user_action_ods.php @@ -93,6 +93,10 @@ if ( $action == 'new' ) { // if something goes wrong, correct it if ( $r == null ) { + // submit button in the form + $submit=' + '; + $r=FormODS($cn,$g_jrn,$g_user,$submit,$HTTP_POST_VARS,false, $nb_number); } echo '
';