diff --git a/htdocs/compta/tva/class/tva.class.php b/htdocs/compta/tva/class/tva.class.php index f5ab07a82e8..1684bd9a96d 100644 --- a/htdocs/compta/tva/class/tva.class.php +++ b/htdocs/compta/tva/class/tva.class.php @@ -63,7 +63,7 @@ class Tva extends CommonObject public $num_payment; /** - * @var DateTime + * @var int Creation date */ public $datec; @@ -82,11 +82,6 @@ class Tva extends CommonObject */ public $rappro; - /** - * @var integer|string totalpaid - */ - public $totalpaid; - /** * @var string label */ @@ -426,9 +421,9 @@ class Tva extends CommonObject $this->amount = ''; $this->label = ''; $this->note = ''; - $this->fk_bank = ''; - $this->fk_user_creat = ''; - $this->fk_user_modif = ''; + $this->fk_bank = 0; + $this->fk_user_creat = 0; + $this->fk_user_modif = 0; }