add some comment

This commit is contained in:
Philippe GRAND 2019-10-30 10:03:15 +01:00
parent 991e1b8767
commit 3f15c4e3a9

View File

@ -41,6 +41,9 @@ class Loan extends CommonObject
*/
public $table_element='loan';
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto = 'bill';
/**