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

This commit is contained in:
Laurent Destailleur 2012-05-23 11:20:59 +02:00
parent ed48969630
commit 04bb23d9bf

View File

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