mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix for #1028
This commit is contained in:
parent
ab689111f9
commit
8eded63055
@ -146,7 +146,7 @@
|
||||
|
||||
<!-- render vertical line with text "today" -->
|
||||
{% if start.lte(today) and end.gte(today) %}
|
||||
var today = {{ today.day }};
|
||||
var today = {{ today.diffInDays(start) + 1 }};
|
||||
{% else %}
|
||||
var today = -1;
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user