This commit is contained in:
Rodolphe Quiedeville 2005-11-03 13:22:20 +00:00
parent 1faa3e48bf
commit b33e5285a0

View File

@ -490,6 +490,7 @@ class LigneTel {
if ($fourn > 0)
{
$sql .= " AND fk_fournisseur =".$fourn;
$this->fournisseur_id = $fourn;
}
$this->db->query($sql);