This commit is contained in:
Frédéric FRANCE 2023-04-13 16:58:16 +02:00 committed by GitHub
parent cc17467f3b
commit 50346a7119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ class Productcustomerprice extends CommonObject
public $price_min;
public $price_min_ttc;
public $price_base_type;
public $default_vat_code;
public $tva_tx;
public $recuperableonly;
public $localtax1_type;
@ -78,6 +79,9 @@ class Productcustomerprice extends CommonObject
*/
public $fk_user;
/**
* @var PriceByCustomerLine[]
*/
public $lines = array();