mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand API so you can also submit IBAN, BIC or number for new accounts
This commit is contained in:
@@ -108,7 +108,7 @@ class AccountSearch implements GenericSearchInterface
|
||||
break;
|
||||
}
|
||||
|
||||
return $query->get(['accounts.*']);
|
||||
return $query->distinct()->get(['accounts.*']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user