Doc
This commit is contained in:
parent
cc17467f3b
commit
50346a7119
@ -66,6 +66,7 @@ class Productcustomerprice extends CommonObject
|
|||||||
public $price_min;
|
public $price_min;
|
||||||
public $price_min_ttc;
|
public $price_min_ttc;
|
||||||
public $price_base_type;
|
public $price_base_type;
|
||||||
|
public $default_vat_code;
|
||||||
public $tva_tx;
|
public $tva_tx;
|
||||||
public $recuperableonly;
|
public $recuperableonly;
|
||||||
public $localtax1_type;
|
public $localtax1_type;
|
||||||
@ -78,6 +79,9 @@ class Productcustomerprice extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $fk_user;
|
public $fk_user;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var PriceByCustomerLine[]
|
||||||
|
*/
|
||||||
public $lines = array();
|
public $lines = array();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user