Removed duplicated code

This commit is contained in:
Marcos García de La Fuente
2015-03-04 10:46:26 +01:00
parent 7a2e60bb65
commit 6ec8a38e4a
2 changed files with 0 additions and 28 deletions

View File

@@ -3270,26 +3270,6 @@ class OrderLine extends CommonOrderLine
*/
var $remise;
/**
* @deprecated
*/
var $price;
// From llx_product
/**
* @deprecated Use product_ref
*/
var $ref;
/**
* @deprecated Use product_label
*/
var $libelle;
var $product_ref;
var $product_label; // Label produit
var $product_desc; // Description produit
// Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
// Start and end date of the line
var $date_start;