add comment

This commit is contained in:
Philippe GRAND 2019-10-30 09:52:25 +01:00
parent 445d09cf8a
commit 2fc09b3530

View File

@ -46,6 +46,10 @@ class ExpenseReport extends CommonObject
public $table_element_line = 'expensereport_det';
public $fk_element = 'fk_expensereport';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto = 'trip';
public $lines=array();