From ccb15a498694d59ae7eda98fa75bb1621edbb14e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Jun 2006 17:10:36 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20la=20note=20publique=20=E0=20la=20cr=E9a?= =?UTF-8?q?tion=20se=20mettait=20dans=20la=20note=20priv=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index 51eb8a5c5d6..3701c2793c8 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -361,7 +361,7 @@ class Commande extends CommonObject $this->db->begin(); $sql = 'INSERT INTO '.MAIN_DB_PREFIX.'commande ('; - $sql.= 'fk_soc, date_creation, fk_user_author, fk_projet, date_commande, source, note, ref_client,'; + $sql.= 'fk_soc, date_creation, fk_user_author, fk_projet, date_commande, source, note_public, ref_client,'; $sql.= ' model_pdf, fk_cond_reglement, fk_mode_reglement, date_livraison, fk_adresse_livraison,'; $sql.= ' remise_absolue, remise_percent)'; $sql.= ' VALUES ('.$this->socidp.', now(), '.$user->id.', '.$this->projetid.',';