Merge pull request #24504 from frederic34/patch-1

Doc
This commit is contained in:
Laurent Destailleur 2023-04-18 17:26:11 +02:00 committed by GitHub
commit bf493e5165
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();