Merge pull request #23840 from avolani/16.0-FixExpenseReportTable

Add missing table_element
This commit is contained in:
Laurent Destailleur 2023-02-09 15:00:23 +01:00 committed by GitHub
commit 05e11be4b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2681,6 +2681,11 @@ class ExpenseReportLine extends CommonObjectLine
*/
public $db;
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element = 'expensereport_det';
/**
* @var string Error code (or message)
*/