mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
This commit is contained in:
@@ -118,7 +118,9 @@
|
||||
<input type="checkbox" name="reconciled[]"
|
||||
data-younger="{% if journal.date < start %}true{% else %}false{% endif %}"
|
||||
data-inrange="{% if journal.date >= start and journal.date <= end %}true{% else %}false"{% endif %}"
|
||||
value="{{ journal.amount }}" data-id="{{ journal.transaction_journal_id }}" disabled class="reconcile_checkbox">
|
||||
{% if currency.id == journal.currency_id %}value="{{ journal.amount }}"{% endif %}
|
||||
{% if currency.id == journal.foreign_currency_id %}value="{{ journal.foreign_amount }}"{% endif %}
|
||||
data-id="{{ journal.transaction_journal_id }}" disabled class="reconcile_checkbox">
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<!-- if not in range, just show reconciliation status -->
|
||||
|
Reference in New Issue
Block a user