Skip to content

Commit

Permalink
fix phpstan (Dolibarr#28142)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Feb 12, 2024
1 parent 2b26412 commit 49ba213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/societe/class/companybankaccount.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ public function initAsSpecimen()
$this->code_banque = '123';
$this->code_guichet = '456';
$this->number = 'CUST12345';
$this->cle_rib = 50;
$this->cle_rib = '50';
$this->bic = 'CC12';
$this->iban = 'FR999999999';
$this->domiciliation = 'Bank address of customer corp';
Expand Down

0 comments on commit 49ba213

Please sign in to comment.