This commit is contained in:
Rodolphe Quiedeville
2004-12-07 10:41:43 +00:00
parent 3722721e10
commit cb08ef84dd

View File

@@ -64,7 +64,7 @@ class ComptaExport
$obj = $this->db->fetch_object();
$this->linec[$i][0] = $obj->datef;
$this->linec[$i][1] = $obj->facnumber;
$this->linec[$i][1] = $obj->facid;
$this->linec[$i][2] = $obj->code_client;
$this->linec[$i][3] = $obj->nom;
$this->linec[$i][4] = $obj->numero;