Fix phpunit

This commit is contained in:
Laurent Destailleur 2021-12-18 23:55:12 +01:00
parent d46ef9c42a
commit 41792dd269

View File

@ -424,6 +424,6 @@ class CompanyBankAccount extends Account
$this->date_rum = dol_now() - 10000;
$this->frstrecur = 'FRST';
$this->socid = 0;
$this->socid = 1;
}
}