Fix white spaces
This commit is contained in:
parent
a1f31120ba
commit
9681dfca1b
@ -152,19 +152,19 @@ class Categorie extends CommonObject
|
|||||||
* @var string ID to identify managed object
|
* @var string ID to identify managed object
|
||||||
*/
|
*/
|
||||||
public $element='category';
|
public $element='category';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @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='categorie';
|
public $table_element='categorie';
|
||||||
|
|
||||||
public $fk_parent;
|
public $fk_parent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string proper name for given parameter
|
* @var string proper name for given parameter
|
||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $description;
|
public $description;
|
||||||
/**
|
/**
|
||||||
* @var string Color
|
* @var string Color
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user