fix : The property paiementtype does not seem to exist on Tva
This commit is contained in:
parent
cde540fb2a
commit
f5f026c2c5
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user