From 4c4a4026c4ac728802f8a3581ed9919291778662 Mon Sep 17 00:00:00 2001 From: Tony Vincent Date: Mon, 3 Mar 2025 17:34:03 +0100 Subject: [PATCH] fix: Bug - Transcation Matching Dialog isn't Opening (#1942) --- app/controllers/account/transfer_matches_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/account/transfer_matches_controller.rb b/app/controllers/account/transfer_matches_controller.rb index b686c6c8..851f3ac3 100644 --- a/app/controllers/account/transfer_matches_controller.rb +++ b/app/controllers/account/transfer_matches_controller.rb @@ -3,7 +3,7 @@ class Account::TransferMatchesController < ApplicationController def new @accounts = Current.family.accounts.alphabetically.where.not(id: @entry.account_id) - @transfer_match_candidates = @entry.transfer_match_candidates + @transfer_match_candidates = @entry.account_transaction.transfer_match_candidates end def create