mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00: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:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user