Fix missing var

This commit is contained in:
Laurent Destailleur 2019-08-31 13:17:40 +02:00
parent defc0a6080
commit e3fe3d7d4f

View File

@ -134,6 +134,13 @@ class BookKeeping extends CommonObject
public $journal_label;
public $piece_num;
/**
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
*/
public $picto = 'generic';
/**
* Constructor
*