Fix cast bad type
This commit is contained in:
parent
c5ca50b5db
commit
1fde0a70f5
@ -349,7 +349,7 @@ class CompanyBankAccount extends Account
|
||||
$rib = $this->label." : ";
|
||||
}
|
||||
|
||||
$rib .= (string) $this;
|
||||
$rib .= $this->iban;
|
||||
}
|
||||
|
||||
return $rib;
|
||||
|
||||
@ -241,7 +241,7 @@ class UserBankAccount extends Account
|
||||
$rib = $this->label." : ";
|
||||
}
|
||||
|
||||
$rib .= (string) $this;
|
||||
$rib .= $this->iban;
|
||||
}
|
||||
|
||||
return $rib;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user