Update contrat.class.php
This commit is contained in:
parent
4a3ffbb6d4
commit
c3a02d0391
@ -2565,7 +2565,7 @@ class ContratLigne extends CommonObjectLine
|
|||||||
public $fk_product;
|
public $fk_product;
|
||||||
|
|
||||||
public $statut; // 0 inactive, 4 active, 5 closed
|
public $statut; // 0 inactive, 4 active, 5 closed
|
||||||
public $product_type; // 0 for product, 1 for service
|
public $type; // 0 for product, 1 for service
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
@ -2584,6 +2584,7 @@ class ContratLigne extends CommonObjectLine
|
|||||||
*/
|
*/
|
||||||
public $description;
|
public $description;
|
||||||
|
|
||||||
|
public $product_type; // 0 for product, 1 for service
|
||||||
public $product_ref;
|
public $product_ref;
|
||||||
public $product_label;
|
public $product_label;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user