Fix issue #637 with cash accounts.

This commit is contained in:
James Cole
2017-05-07 19:45:40 +02:00
parent 5fb73bdb01
commit 17fb6983d8
4 changed files with 55 additions and 5 deletions

View File

@@ -36,6 +36,11 @@ interface AccountRepositoryInterface
*/
public function count(array $types): int;
/**
* @return Account
*/
public function getCashAccount(): Account;
/**
* Moved here from account CRUD.
*