Fix: Bad field
This commit is contained in:
parent
e78a9b8a01
commit
743b42d961
@ -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++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user