Rename libelle product field into label
This commit is contained in:
parent
5c7f7f6d6e
commit
561d5e82c1
@ -37,7 +37,7 @@ class ProductApi extends DolibarrApi {
|
|||||||
*/
|
*/
|
||||||
static $FIELDS = array(
|
static $FIELDS = array(
|
||||||
'ref',
|
'ref',
|
||||||
'libelle' // @todo : marked deprecated but stille in use instead of label
|
'label'
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user