Removed duplicated code
This commit is contained in:
parent
7a2e60bb65
commit
6ec8a38e4a
@ -3270,26 +3270,6 @@ class OrderLine extends CommonOrderLine
|
|||||||
*/
|
*/
|
||||||
var $remise;
|
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)
|
// Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
|
||||||
// Start and end date of the line
|
// Start and end date of the line
|
||||||
var $date_start;
|
var $date_start;
|
||||||
|
|||||||
@ -2240,14 +2240,6 @@ class CommandeFournisseurLigne extends CommonOrderLine
|
|||||||
*/
|
*/
|
||||||
public $pu_ht;
|
public $pu_ht;
|
||||||
|
|
||||||
/**
|
|
||||||
* Unit price without taxes
|
|
||||||
* @var float
|
|
||||||
* @deprecated Use pu_ht
|
|
||||||
*/
|
|
||||||
public $subprice;
|
|
||||||
|
|
||||||
|
|
||||||
var $date_start;
|
var $date_start;
|
||||||
var $date_end;
|
var $date_end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user