Skip to content

Commit

Permalink
Fix white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Aug 29, 2018
1 parent b29721d commit a1f3112
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions htdocs/asset/class/asset.class.php
Expand Up @@ -35,22 +35,22 @@ class Asset extends CommonObject
* @var string ID to identify managed object
*/
public $element = 'asset';

/**
* @var string Name of table without prefix where object is stored
*/
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
*/
public $ismultientitymanaged = 0;

/**
* @var int Does asset support extrafields ? 0=No, 1=Yes
*/
public $isextrafieldmanaged = 1;

/**
* @var string String with name of icon for asset. Must be the part after the 'object_' into object_asset.png
*/
Expand Down Expand Up @@ -98,12 +98,12 @@ class Asset extends CommonObject
public $rowid;
public $ref;
public $entity;

/**
* @var string proper name for given parameter
*/
public $label;
* @var string proper name for given parameter
*/
public $label;

public $amount;
public $fk_soc;
public $description;
Expand Down

0 comments on commit a1f3112

Please sign in to comment.