Merge pull request #23840 from avolani/16.0-FixExpenseReportTable
Add missing table_element
This commit is contained in:
commit
05e11be4b4
@ -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)
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user