Merge pull request #12211 from frederic34/patch-2
doxygen product.class.php
This commit is contained in:
commit
19f97fb23b
@ -91,12 +91,19 @@ class Product extends CommonObject
|
|||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Product descripion
|
* Product description
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $description;
|
public $description;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Product other fields PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $other;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check TYPE constants
|
* Check TYPE constants
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user