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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 12 Feb 2021 13:04:32 +0000 (14:04 +0100)
commit5dbf79681f9f8485e47a2a325442ca0c9247f9db
treec0e68186494fafa952b02467c1952e19cd199e30
parent345fd26eaa3ea3f8cf89a61d3369f9b82d1fa04c
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>
(cherry picked from commit ac11405321ae3e5fdd72701ddb41b62675e42c97)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Circulation.pm
Koha/Config/SysPref.pm
Koha/Util/SystemPreferences.pm [deleted file]