Fix: use order date

This commit is contained in:
Regis Houssin
2009-12-17 08:50:00 +00:00
parent b1af17940a
commit ea47b49bb8
4 changed files with 13 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ class CommandeFournisseur extends Commande
$this->total_ht = $obj->total_ht;
$this->total_tva = $obj->tva;
$this->total_ttc = $obj->total_ttc;
$this->date_commande = $obj->date_commande; // date <EFBFBD> laquelle la commande a <EFBFBD>t<EFBFBD> transmise
$this->date_commande = $obj->date_commande; // date a laquelle la commande a ete transmise
$this->date = $obj->date_creation;
$this->remise_percent = $obj->remise_percent;
$this->methode_commande_id = $obj->fk_methode_commande;