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
|
||||
*/
|
||||
public $element='category';
|
||||
|
||||
|
||||
/**
|
||||
* @var string Name of table without prefix where object is stored
|
||||
*/
|
||||
public $table_element='categorie';
|
||||
|
||||
public $fk_parent;
|
||||
|
||||
|
||||
/**
|
||||
* @var string proper name for given parameter
|
||||
*/
|
||||
public $label;
|
||||
|
||||
* @var string proper name for given parameter
|
||||
*/
|
||||
public $label;
|
||||
|
||||
public $description;
|
||||
/**
|
||||
* @var string Color
|
||||
|
||||
Loading…
Reference in New Issue
Block a user