Fix: [ bug #411 ] Can't modify most properties

This commit is contained in:
Laurent Destailleur 2012-05-23 11:20:59 +02:00
parent 82dda362c5
commit 81be50b91b

View File

@ -1590,6 +1590,7 @@ class Propal extends CommonObject
if ($this->db->query($sql))
{
$this->statut = 0;
$this->brouillon = 1;
return 1;
}
else