calculate positive and negative account_id filter

This commit is contained in:
ralf 2024-11-06 18:10:04 +01:00
parent a47809ba2a
commit e3cae803fb

View File

@ -220,7 +220,7 @@ class Accounts
}
else
{
throw new \InvalidArgumentException(__METHOD__."(): Can NOT have hidden=false AND an account_id filter!");
$account_ids = array_diff($account_ids, $hidden_account_ids);
}
return $account_ids;
}