mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
qual: phstan - various "$tms (int) does not accept string." (#28283)
* Update paymentvat.class.php * Update tva.class.php * Update localtax.class.php
This commit is contained in:
parent
7b1c8c43f6
commit
d3679744f9
|
|
@ -328,7 +328,7 @@ class Localtax extends CommonObject
|
|||
|
||||
$this->id = 0;
|
||||
|
||||
$this->tms = '';
|
||||
$this->tms = dol_now();
|
||||
$this->ltt = 0;
|
||||
$this->datep = '';
|
||||
$this->datev = '';
|
||||
|
|
|
|||
|
|
@ -536,7 +536,7 @@ class PaymentVAT extends CommonObject
|
|||
{
|
||||
$this->id = 0;
|
||||
$this->fk_tva = 0;
|
||||
$this->datec = '';
|
||||
$this->datec = dol_now();
|
||||
$this->tms = '';
|
||||
$this->datep = '';
|
||||
$this->amount = '';
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@ class Tva extends CommonObject
|
|||
{
|
||||
$this->id = 0;
|
||||
|
||||
$this->tms = '';
|
||||
$this->tms = dol_now();
|
||||
$this->datep = '';
|
||||
$this->datev = '';
|
||||
$this->amount = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user