diff --git a/htdocs/product/class/api_product.class.php b/htdocs/product/class/api_product.class.php index 3c876c49b34..14518fb1634 100644 --- a/htdocs/product/class/api_product.class.php +++ b/htdocs/product/class/api_product.class.php @@ -37,7 +37,7 @@ class ProductApi extends DolibarrApi { */ static $FIELDS = array( 'ref', - 'libelle' // @todo : marked deprecated but stille in use instead of label + 'label' ); /**