commit
842e112c5b
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user