From 20b2c211b7c207bb256d0595f89fd3705bf20244 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 8 May 2010 21:15:13 +0000 Subject: [PATCH] Qual: Removed pdate --- htdocs/commande/class/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 4b944b19464..18a3c38e012 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -1051,7 +1051,7 @@ class Commande extends CommonObject $this->cond_reglement_code = $obj->cond_reglement_code; $this->cond_reglement = $obj->cond_reglement_libelle; $this->cond_reglement_doc = $obj->cond_reglement_libelle_doc; - $this->date_livraison = $db->jdate($obj->date_livraison); + $this->date_livraison = $this->db->jdate($obj->date_livraison); $this->fk_delivery_address = $obj->fk_adresse_livraison; $this->propale_id = $obj->fk_source; $this->lignes = array();