Bug 29955: Fix method import issues
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Aug 2022 16:06:14 +0000 (13:06 -0300)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 10 Nov 2022 23:49:26 +0000 (23:49 +0000)
commit432fa9415defcde4d225ad06f1872bf2bfd7c276
tree65c821a441f561be5207927b97be53b18b8aa5f1
parent6ccb4d0fff96f4299cf61a5a548a1c576c1d65ef
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>
Koha/Virtualshelf.pm