Fix: Bad field

This commit is contained in:
Laurent Destailleur 2010-09-04 22:44:32 +00:00
parent e78a9b8a01
commit 743b42d961

View File

@ -398,7 +398,7 @@ class PaiementFourn
while ($i < $num) while ($i < $num)
{ {
$obj = $this->db->fetch_object($resql); $obj = $this->db->fetch_object($resql);
$billsarray[$i]=$obj->fk_facture; $billsarray[$i]=$obj->fk_facturefourn;
$i++; $i++;
} }