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

@ -2681,6 +2681,11 @@ class ExpenseReportLine extends CommonObjectLine
*/ */
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)
*/ */