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

#274 - select correct account on highlight

parent 0ebd01b7
Branches
Tags
No related merge requests found
Pipeline #1435 failed
......@@ -305,6 +305,7 @@ public class TransactionController extends BaseController
public String highlight(Model model, @PathVariable("ID") Integer ID)
{
Transaction transaction = transactionService.getRepository().getOne(ID);
accountService.selectAccount(transaction.getAccount().getID());
repeatingTransactionUpdater.updateRepeatingTransactions(transaction.getDate().dayOfMonth().withMaximumValue());
FilterConfiguration filterConfiguration = FilterConfiguration.DEFAULT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment