[Koha-bugs] [Bug 23626] Add a system preference to limit the number of rows of data used in a chart when viewing report results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 19 22:37:40 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23626

--- Comment #15 from Paul Hoffman <paul at flo.org> ---
Thanks, Tomás.  You're right; the patch should be changed so that it defaults
to zero:

            my $max_rows = C4::Context->preference('ReportsMaxRowsInChart') ||
0;

Should I submit a modified patch and mark the previous one (attachment 92919)
obsolete?  The only problem is -- I'm embarrased to admit this -- I don't know
how to make git format-patch generate the right format.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list