Bug 27154: Remove Koha::Util::SystemPreferences
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 5 Feb 2021 11:01:38 +0000 (12:01 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 8 Feb 2021 13:56:00 +0000 (14:56 +0100)
commitac11405321ae3e5fdd72701ddb41b62675e42c97
treef6117f4fd3dd0e6e258dfc9880b01ea4c9cee404
parent6118d24904297c3b4bc44bf13e5e354b60feb33d
Bug 27154: Remove Koha::Util::SystemPreferences

On bug 15494, the same method "get_yaml_pref_hash" has been added to two modules,
Koha/Config/SysPref.pm and Koha/Util/SystemPreferences.pm

We only need the one from Koha::Config::SysPref and remove the whole
Koha::Util::SystemPreferences module.

Test plan:
 prove t/db_dependent/Circulation/issue.t
must return green

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm
Koha/Config/SysPref.pm
Koha/Util/SystemPreferences.pm [deleted file]