Qual: Removed pdate

This commit is contained in:
Laurent Destailleur
2010-05-08 21:15:13 +00:00
parent f6416534f2
commit 20b2c211b7

View File

@@ -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();