From 561d5e82c1c0d62f74843df6069ce01685843e46 Mon Sep 17 00:00:00 2001 From: jfefe Date: Mon, 4 May 2015 12:33:38 +0200 Subject: [PATCH] Rename libelle product field into label --- htdocs/product/class/api_product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); /**