Bug : Periode cannot add a new exercice

This commit is contained in:
Dany De Bontridder 2018-02-16 18:59:45 +01:00
parent d557633220
commit 90bb14590b
2 changed files with 25 additions and 25 deletions

View file

@ -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)
{