Update product.class.php
This commit is contained in:
parent
f438325980
commit
93a8b1d2a3
@ -91,12 +91,19 @@ class Product extends CommonObject
|
|||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Product descripion
|
* Product other fields PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $description;
|
public $description;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Product descripion
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $other;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check TYPE constants
|
* Check TYPE constants
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user