Merge pull request #12211 from frederic34/patch-2

doxygen product.class.php
This commit is contained in:
Laurent Destailleur 2019-10-30 03:16:22 +01:00 committed by GitHub
commit 19f97fb23b
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 description
*
* @var string
*/
public $description;
/**
* Product other fields PRODUCT_USE_OTHER_FIELD_IN_TRANSLATION
*
* @var string
*/
public $other;
/**
* Check TYPE constants
*