Fix white spaces
This commit is contained in:
parent
b29721df61
commit
a1f31120ba
@ -35,22 +35,22 @@ class Asset extends CommonObject
|
|||||||
* @var string ID to identify managed object
|
* @var string ID to identify managed object
|
||||||
*/
|
*/
|
||||||
public $element = 'asset';
|
public $element = 'asset';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Name of table without prefix where object is stored
|
* @var string Name of table without prefix where object is stored
|
||||||
*/
|
*/
|
||||||
public $table_element = 'asset';
|
public $table_element = 'asset';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int Does module support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
* @var int Does module support multicompany module ? 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
||||||
*/
|
*/
|
||||||
public $ismultientitymanaged = 0;
|
public $ismultientitymanaged = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int Does asset support extrafields ? 0=No, 1=Yes
|
* @var int Does asset support extrafields ? 0=No, 1=Yes
|
||||||
*/
|
*/
|
||||||
public $isextrafieldmanaged = 1;
|
public $isextrafieldmanaged = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string String with name of icon for asset. Must be the part after the 'object_' into object_asset.png
|
* @var string String with name of icon for asset. Must be the part after the 'object_' into object_asset.png
|
||||||
*/
|
*/
|
||||||
@ -98,12 +98,12 @@ class Asset extends CommonObject
|
|||||||
public $rowid;
|
public $rowid;
|
||||||
public $ref;
|
public $ref;
|
||||||
public $entity;
|
public $entity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string proper name for given parameter
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $amount;
|
public $amount;
|
||||||
public $fk_soc;
|
public $fk_soc;
|
||||||
public $description;
|
public $description;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user