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

(-)a/pos/register.pl (-1 / +1 lines)
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
- 

Return to bug 28481