This commit is contained in:
Frédéric FRANCE 2021-02-08 20:25:51 +01:00 committed by GitHub
parent 5966e63120
commit 1a4c627ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,7 +480,7 @@ class PaymentVAT extends CommonObject
{ {
$this->id = 0; $this->id = 0;
$this->fk_tva = ''; $this->fk_tva = 0;
$this->datec = ''; $this->datec = '';
$this->tms = ''; $this->tms = '';
$this->datep = ''; $this->datep = '';
@ -489,9 +489,9 @@ class PaymentVAT extends CommonObject
$this->num_payment = ''; $this->num_payment = '';
$this->note_private = ''; $this->note_private = '';
$this->note_public = ''; $this->note_public = '';
$this->fk_bank = ''; $this->fk_bank = 0;
$this->fk_user_creat = ''; $this->fk_user_creat = 0;
$this->fk_user_modif = ''; $this->fk_user_modif = 0;
} }