Merge branch '3.2' of https://github.com/Dolibarr/dolibarr.git into 3.2
This commit is contained in:
commit
4ecf7d9493
@ -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