Lines 79-84
else {
Link Here
|
79 |
: $last_cashup ? $last_cashup->timestamp |
79 |
: $last_cashup ? $last_cashup->timestamp |
80 |
: ''; |
80 |
: ''; |
81 |
my $end = dt_from_string($transactions_range_to); |
81 |
my $end = dt_from_string($transactions_range_to); |
|
|
82 |
$end = $end->add(days => 1); # To should be 'inclusive' |
82 |
|
83 |
|
83 |
if ($transactions_range_from) { |
84 |
if ($transactions_range_from) { |
84 |
|
85 |
|
85 |
- |
|
|