mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Fix bug where transactions were duplicated in import confirm (#941)
* Fix bug where transactions were duplicated in import confirm Signed-off-by: Luke Hurst <hurstlj@umich.edu> * Update imports_test.rb Signed-off-by: Luke Hurst <hurstlj@umich.edu> --------- Signed-off-by: Luke Hurst <hurstlj@umich.edu>
This commit is contained in:
parent
f1d0a62ac7
commit
cf23453d93
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<% transaction_entries.group_by(&:date).each do |date, transactions| %>
|
||||
<%= render "account/entries/entry_group",
|
||||
date: date,
|
||||
entries: transaction_entries,
|
||||
entries: transactions,
|
||||
show_tags: true,
|
||||
selectable: false,
|
||||
editable: false %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue