mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 13:05:19 +02:00
fix: Bug - Transcation Matching Dialog isn't Opening (#1942)
This commit is contained in:
parent
c95bb082a9
commit
4c4a4026c4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class Account::TransferMatchesController < ApplicationController
|
||||||
|
|
||||||
def new
|
def new
|
||||||
@accounts = Current.family.accounts.alphabetically.where.not(id: @entry.account_id)
|
@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
|
end
|
||||||
|
|
||||||
def create
|
def create
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue