Skip to content

Commit

Permalink
fix issue-21960
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Mar 27, 2019
1 parent f3d7a0d commit 7cb0cf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected function _getItemsData()
}
$label = $this->renderRangeLabel(
empty($from) ? 0 : $from,
empty($to) ? 0 : $to
empty($to) ? $to : $to
);
$value = $from . '-' . $to;

Expand Down

0 comments on commit 7cb0cf8

Please sign in to comment.