From 2338532ee98c8dc76f0e44001a6f92250e631299 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 7 Oct 2019 12:34:07 -0400 Subject: [PATCH] Bug 23626: [alternate] Default to including all rows If a person is fetching all data, it seems most likely that that person wants to see all the data in the chart. We should default to that behavior. Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc index eaec0db29e..553d3c0286 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc @@ -36,7 +36,7 @@ [% IF allresults.size %]
  • - +
  • [% ELSE %]
  • -- 2.21.0 (Apple Git-122)