mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
fix: Transfers should always total to zero (#1859)
This commit is contained in:
parent
8e339dcbe0
commit
f35b70e936
3 changed files with 26 additions and 4 deletions
|
@ -17,7 +17,9 @@
|
|||
</div>
|
||||
|
||||
<% if totals %>
|
||||
<%= totals_by_currency(collection: entries, money_method: :amount_money, negate: true) %>
|
||||
<div id="entry-group-<%= date %>-totals">
|
||||
<%= totals_by_currency(collection: entries, money_method: :amount_money, negate: true) %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="bg-white shadow-xs rounded-md border border-alpha-black-25 divide-y divide-alpha-black-50">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue