Various fixes in report pages.

This commit is contained in:
James Cole
2016-05-15 18:16:31 +02:00
parent d2131c371b
commit 260b611293
4 changed files with 16 additions and 13 deletions

View File

@@ -301,8 +301,8 @@ class AccountRepository implements AccountRepositoryInterface
}
/**
* This method will call AccountRepositoryInterface::journalsInPeriod and get all deposits made by the given $accounts,
* as well as the transfers that move away from those $accounts. This is a slightly sharper selection
* This method will call AccountRepositoryInterface::journalsInPeriod and get all deposits made to the given $accounts,
* as well as the transfers that move away to those $accounts. This is a slightly sharper selection
* than made by journalsInPeriod itself.
*
* @param Collection $accounts