Skip to content
Snippets Groups Projects
Commit 4f18bf64 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #345 - repeating transaction update behaviour

parent e4e3c094
No related branches found
No related tags found
No related merge requests found
Pipeline #298 passed
......@@ -59,7 +59,7 @@ public class TransactionController extends BaseController
{
DateTime date = getDateTimeFromCookie(cookieDate);
repeatingTransactionUpdater.updateRepeatingTransactions(date);
repeatingTransactionUpdater.updateRepeatingTransactions(date.dayOfMonth().withMaximumValue());
List<Transaction> transactions = transactionService.getTransactionsForMonthAndYear(helpers.getCurrentAccount(), date.getMonthOfYear(), date.getYear(), getSettings().isRestActivated());
int incomeSum = helpers.getIncomeSumForTransactionList(transactions);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment