Rename libelle product field into label

This commit is contained in:
jfefe 2015-05-04 12:33:38 +02:00
parent 5c7f7f6d6e
commit 561d5e82c1

View File

@ -37,7 +37,7 @@ class ProductApi extends DolibarrApi {
*/
static $FIELDS = array(
'ref',
'libelle' // @todo : marked deprecated but stille in use instead of label
'label'
);
/**