Fix correct in ODS
This commit is contained in:
parent
ede368562a
commit
b4ade5e231
1 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ if ( $action == 'new' ) {
|
|||
|
||||
// if something goes wrong, correct it
|
||||
if ( $r == null ) {
|
||||
// submit button in the form
|
||||
$submit='<INPUT TYPE="SUBMIT" NAME="add_item" VALUE="Ajout Poste">
|
||||
<INPUT TYPE="SUBMIT" NAME="view_invoice" VALUE="Sauver">';
|
||||
|
||||
$r=FormODS($cn,$g_jrn,$g_user,$submit,$HTTP_POST_VARS,false, $nb_number);
|
||||
}
|
||||
echo '<div class="u_redcontent">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue