]> git.koha-community.org Git - koha.git/commit
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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Wed, 17 Feb 2021 20:25:10 +0000 (20:25 +0000)
commit502ff9f6b90051aa182f4326d470eef419a00564
tree09138404f361d506f317530a69ad71383f710ae0
parentfa0aff41acb39dbcff6db8fa51dce72947bac16f
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>
(cherry picked from commit 5dbf79681f9f8485e47a2a325442ca0c9247f9db)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/Circulation.pm
Koha/Config/SysPref.pm
Koha/Util/SystemPreferences.pm [deleted file]