|
|
@ -78,8 +78,8 @@ else { |
|
|
|
$input->param('trange_t') ? $input->param('trange_t') |
|
|
|
: $last_cashup ? $last_cashup->timestamp |
|
|
|
: ''; |
|
|
|
my $end = dt_from_string($transactions_range_to); |
|
|
|
$end = $end->set({ hour => 23, minute => 59, second => 59 }); # To should be 'inclusive' |
|
|
|
my $end = dt_from_string($transactions_range_to); |
|
|
|
$end = $end->set( { hour => 23, minute => 59, second => 59 } ); # To should be 'inclusive' |
|
|
|
|
|
|
|
if ($transactions_range_from) { |
|
|
|
|
|
|
|