Fix: remove warning
This commit is contained in:
parent
c019857bda
commit
a119cd3f36
@ -405,6 +405,8 @@ class FactureFournisseur extends Facture
|
|||||||
while ($i < $num_rows)
|
while ($i < $num_rows)
|
||||||
{
|
{
|
||||||
$obj = $this->db->fetch_object($resql_rows);
|
$obj = $this->db->fetch_object($resql_rows);
|
||||||
|
|
||||||
|
$this->lines[$i] = (object) array();
|
||||||
$this->lines[$i]->rowid = $obj->rowid;
|
$this->lines[$i]->rowid = $obj->rowid;
|
||||||
$this->lines[$i]->description = $obj->description;
|
$this->lines[$i]->description = $obj->description;
|
||||||
$this->lines[$i]->ref = $obj->product_ref; // TODO deprecated
|
$this->lines[$i]->ref = $obj->product_ref; // TODO deprecated
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user