Bug 22824: Remove C4::Boolean, true_p, boolean_preference, etc.
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 11 Feb 2021 11:18:31 +0000 (12:18 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 4 Mar 2021 15:18:42 +0000 (16:18 +0100)
commit592ab10fe5085bddb078cf019a6fb5ce9a92dc73
tree3eec69dbd47dd6c060be85e4a3a9e5e9dd0f7877
parent241a7958f23cb666d32f461e2d2a95e0773146a6
Bug 22824: Remove C4::Boolean, true_p, boolean_preference, etc.

It seems that we don't really need all this overhead.
YesNo must be a boolean and contain 1 or 0.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Auth.pm
C4/Boolean.pm [deleted file]
C4/Context.pm
admin/systempreferences.pl
debian/templates/plack.psgi
misc/admin/koha-preferences
opac/opac-memberentry.pl
t/Boolean.t [deleted file]