From 73afd7c34077de9527af35b46fad282b5fd99e1a Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Wed, 1 Mar 2006 11:23:45 +0000 Subject: [PATCH] =?UTF-8?q?modif=20pour=20int=E9grer=20date=20de=20livrais?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 0941c1939e1..14bb5d968b3 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -386,7 +386,7 @@ class Propal $sql.= "'".addslashes($this->note)."',"; $sql.= "'".addslashes($this->note_public)."',"; $sql.= "'$this->modelpdf',".$this->db->idate($this->fin_validite).","; - $sql.= " $this->cond_reglement_id, $this->mode_reglement_id, '$this-> date_livraison')"; + $sql.= " $this->cond_reglement_id, $this->mode_reglement_id, ".$this->db->idate($this->date_livraison).")"; $resql=$this->db->query($sql); if ($resql)