fix undefined property in expensereportline class (#31854)

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Lucas Marcouiller 2024-11-16 10:55:31 +01:00 committed by GitHub
parent 1ec2b053b7
commit 5f5fc076b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -268,7 +268,7 @@ class ExpenseReportLine extends CommonObjectLine
$this->rowid = $objp->rowid;
$this->id = $objp->rowid;
$this->ref = $objp->ref;
//$this->ref = $objp->ref; Undefined property
$this->fk_expensereport = $objp->fk_expensereport;
$this->comments = $objp->comments;
$this->qty = $objp->qty;