fix : The property totalpaye does not exist on Tva

This commit is contained in:
Philippe GRAND 2022-05-22 15:26:12 +02:00
parent c4e19824e8
commit 2bbdd56fef

View File

@ -62,6 +62,11 @@ class Tva extends CommonObject
public $type_payment;
public $num_payment;
/**
* @var integer|string totalpaye
*/
public $totalpaye;
/**
* @var string label
*/