fix : The property paiementtype does not seem to exist on Tva

This commit is contained in:
Philippe GRAND 2022-05-21 22:13:57 +02:00
parent cde540fb2a
commit f5f026c2c5

View File

@ -81,6 +81,11 @@ class Tva extends CommonObject
*/
public $fk_user_modif;
/**
* @var integer|string paiementtype
*/
public $paiementtype;
const STATUS_UNPAID = 0;
const STATUS_PAID = 1;