Correction de la lecture du prix d'achat

This commit is contained in:
Rodolphe Quiedeville 2005-04-04 16:05:25 +00:00
parent 8ee9afcbef
commit a691bbf359

View File

@ -420,8 +420,11 @@ $sql .= " LEFT JOIN ".MAIN_DB_PREFIX."c_methode_commande_fournisseur as cm ON cm
if ($prod->fetch($fk_product) > 0)
{
$desc = $prod->libelle;
$pu = $prod->price;
$txtva = $prod->tva_tx;
$prod->get_buyprice($this->fourn_id,$qty);
$pu = $prod->buyprice;
}
}