diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index b49dfd04902..2ba78b32945 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -91,12 +91,19 @@ class Product extends CommonObject public $label; /** - * Product descripion + * Product description * * @var string */ public $description; + /** + * Product other fields PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION + * + * @var string + */ + public $other; + /** * Check TYPE constants *