Bug 28565: Move the sysprefs to a reusable sub
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 14 Jun 2021 20:44:30 +0000 (17:44 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 26 Jul 2021 10:46:35 +0000 (12:46 +0200)
commitb7c955c95009c1e272b64e7d17190a0db3719424
tree1281bfe691269a9e1325691f387e6034558a5978
parentc623dfa94663e66e87e75518d6bb5f4c7ae70be1
Bug 28565: Move the sysprefs to a reusable sub

This patch moves the big sysprefs list to a sub. Behavior shouldn't
change.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/UsageStats.t
=> SUCCESS: Things work as expected, no changes.
2. Sign off :-D

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/UsageStats.pm