Add missing table_element
This allow usage of extrafields logic (still missing table and setup pages)
This commit is contained in:
parent
3dc8937ad3
commit
98bfba1f46
@ -2680,6 +2680,11 @@ class ExpenseReportLine extends CommonObjectLine
|
|||||||
* @var DoliDB Database handler.
|
* @var DoliDB Database handler.
|
||||||
*/
|
*/
|
||||||
public $db;
|
public $db;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string Name of table without prefix where object is stored
|
||||||
|
*/
|
||||||
|
public $table_element = 'expensereport_det';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Error code (or message)
|
* @var string Error code (or message)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user