Add missing table_element

This allow usage of extrafields logic (still missing table and setup pages)
This commit is contained in:
avolani 2023-02-08 16:20:47 +01:00 committed by GitHub
parent 3dc8937ad3
commit 98bfba1f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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