Update product.class.php

This commit is contained in:
Frédéric FRANCE 2019-10-24 16:09:35 +02:00 committed by GitHub
parent f438325980
commit 93a8b1d2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*