James Cole
2021-11-26 06:16:21 +01:00
parent 35bc92bb49
commit b85b32560c
3 changed files with 4 additions and 2 deletions

View File

@@ -292,7 +292,6 @@ class AccountUpdateService
*/
private function updateOpeningBalance(Account $account, array $data): void
{
// has valid initial balance (IB) data?
$type = $account->accountType;
if (in_array($type->type, $this->canHaveOpeningBalance, true)) {