Better use of reopen method

This commit is contained in:
Florian Henry 2013-07-15 09:37:55 +02:00
parent 9d0fe3c1da
commit d09af2b18e

View File

@ -1603,7 +1603,7 @@ class Propal extends CommonObject
$error=0;
$sql = "UPDATE ".MAIN_DB_PREFIX."propal";
$sql.= " SET fk_statut = ".$statut.",";
$sql.= " SET fk_statut = ".$this->statut.",";
if (! empty ( $note )) {
$sql .= " note_private = '" . $this->db->escape ( $note ) . "',";
}