diff --git a/htdocs/comm/propal/class/propal.class.php b/htdocs/comm/propal/class/propal.class.php index d5a0afc3043..473ddb46f64 100644 --- a/htdocs/comm/propal/class/propal.class.php +++ b/htdocs/comm/propal/class/propal.class.php @@ -1590,6 +1590,7 @@ class Propal extends CommonObject if ($this->db->query($sql)) { $this->statut = 0; + $this->brouillon = 1; return 1; } else