Bug 28481: (RM follow-up) formatting

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Fridolin Somers 2021-12-16 11:34:07 -10:00
parent e600418c6d
commit 65915fedff

View file

@ -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) {