View | Details | Raw Unified | Return to bug 28481
Collapse All | Expand All

(-)a/pos/register.pl (-2 / +1 lines)
Lines 79-85 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
    $end = $end->set({ hour => 23, minute => 59, second => 59 }); # To should be 'inclusive'
83
83
84
    if ($transactions_range_from) {
84
    if ($transactions_range_from) {
85
85
86
- 

Return to bug 28481