Bug 29955: Fix method import issues
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Aug 2022 16:06:14 +0000 (13:06 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Aug 2022 16:06:18 +0000 (13:06 -0300)
commit7fcda17eabba1abedbc4046c9997c5cc8fd6d15b
tree62244dce6a1f5ead5fcc037b40706a9be49317d8
parent20108c837e639ce9fa4e2401a61779865bc942d1
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>
Koha/Virtualshelf.pm