From 93a8b1d2a325c5bce4911a219798e8265908ca89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 24 Oct 2019 16:09:35 +0200 Subject: [PATCH] Update product.class.php --- htdocs/product/class/product.class.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index b49dfd04902..14bd5ebd7a0 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 other fields PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION * * @var string */ public $description; + /** + * Product descripion + * + * @var string + */ + public $other; + /** * Check TYPE constants *