mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Fix #866
This commit is contained in:
@@ -81,7 +81,13 @@
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2" style="text-align: right;"><em>{{ 'sum'|_ }}:</em></td>
|
||||
<td>{{ sum|formatAmount }}</td>
|
||||
<td>
|
||||
{% if inverseAmount %}
|
||||
{{ (sum*-1)|formatAmount }}
|
||||
{% else %}
|
||||
{{ sum|formatAmount }}
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
|
@@ -8,6 +8,7 @@
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
{% set hideDestination = true %}
|
||||
{% set inverseAmount = true %}
|
||||
{% include 'popup/list/journals' %}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
@@ -10,6 +10,7 @@
|
||||
{% set hideBudget = true %}
|
||||
{% set hideSource = true %}
|
||||
{% set accountPerspective = account %}
|
||||
{% set inverseAmount = true %}
|
||||
{% include 'popup/list/journals' %}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
Reference in New Issue
Block a user