Bug : Periode cannot add a new exercice
This commit is contained in:
parent
d557633220
commit
90bb14590b
2 changed files with 25 additions and 25 deletions
|
|
@ -264,7 +264,6 @@ class Periode
|
|||
$Res=$this->cn->exec_sql("insert into jrn_periode (jrn_def_id,p_id,status) ".
|
||||
"select jrn_def_id,$p_id,'OP' from jrn_def");
|
||||
$this->cn->commit();
|
||||
return $p_id;
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue