Merge pull request #16229 from frederic34/patch-3

doxygen
This commit is contained in:
Laurent Destailleur 2021-02-09 13:22:15 +01:00 committed by GitHub
commit 842e112c5b
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->fk_tva = '';
$this->fk_tva = 0;
$this->datec = '';
$this->tms = '';
$this->datep = '';
@ -489,9 +489,9 @@ class PaymentVAT extends CommonObject
$this->num_payment = '';
$this->note_private = '';
$this->note_public = '';
$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;
}