]> git.koha-community.org Git - koha.git/commit
Bug 29955: Fix method import issues
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Aug 2022 16:06:14 +0000 (13:06 -0300)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Tue, 15 Nov 2022 17:20:09 +0000 (18:20 +0100)
commitf9719f7bd8a7cc3f16eb5dffb3e43eaf9c254edd
tree0d0bdd805124d0a055236d791ffed4f790a486b0
parentcdde1c89ada33ec0ed3bb66dc452768e12d46484
Bug 29955: Fix method import issues

This patch fixes this:

$ prove t/db_dependent/Utils/Datatables_Virtualshelves.t
t/db_dependent/Utils/Datatables_Virtualshelves.t .. 2/13 Use of inherited AUTOLOAD for non-method Koha::Virtualshelf::haspermission() is no longer allowed at /kohadevbox/koha/Koha/Virtualshelf.pm line 248.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
https://bugs.koha-community.org/show_bug.cgi?id=32080
Signed-off-by: Blou <blou@inlibro.com>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 432fa9415defcde4d225ad06f1872bf2bfd7c276)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
Koha/Virtualshelf.pm