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 1/2] 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 * From 5999d8a05a5637847a18ebfdb4b5eb1b9f28f64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 24 Oct 2019 16:11:05 +0200 Subject: [PATCH 2/2] Update product.class.php --- htdocs/product/class/product.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 14bd5ebd7a0..2ba78b32945 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -91,14 +91,14 @@ class Product extends CommonObject public $label; /** - * Product other fields PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION + * Product description * * @var string */ public $description; /** - * Product descripion + * Product other fields PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION * * @var string */